aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
Commit message (Collapse)AuthorAgeFilesLines
* Lint `.json` files (#6852)Mark Stacey2019-07-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | We've been using the `eslint-plugin-json` plugin for some time, but we haven't been visiting `.json` files in the lint script. The lint script has now been updated to incude `.json` files, which means any invalid JSON will result in a lint error. Unfortunately this JSON plugin doesn't seem to apply the other eslint rules (such as `key-spacing`) to the JSON files. I wasn't able to find a way to get that to work. Instead I manually auto-formatted each of the locale `message.json` files, which fixed many whitespace inconsistencies. The `states.json` file was deleted completely, as it appears to be unused. It wasn't a valid JSON file anyway, it was JavaScript. It looks like a `states.js` file is automatically generated, but an old copy was accidentally saved as `states.json` and included in the repo. Many duplicate key errors were found and fixed in the `development/states/` JSON files. `package-lock.json` was added to `.eslintignore` because it was very slow to lint, and linting it doesn't provide much value.
* mascara - remove from project (#6283)kumavis2019-03-121-3/+0
|
* Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-221-0/+1
|\ | | | | Add Firefox and Brave support for Trezor
| * fix conflictsbrunobar792018-10-171-0/+2
| |\
| * | add app/vendor dir to eslintignorebrunobar792018-08-101-0/+1
| | |
* | | Remove first-time and navigate-txs integration testsWhymarrh Whitby2018-11-211-2/+0
| |/ |/|
* | tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json
* | eslintignore: Add test coverage dir to eslintignoreWhymarrh Whitby2018-09-251-0/+1
|/
* Update .eslintignorekumavis2018-07-041-0/+1
|
* update eslint rules and pathsbrunobar792018-07-031-1/+15
|
* more eslint fixesJason Clark2017-11-261-1/+1
|
* adding blockies lib to eslint ignore so it doesn't blow up the style checker ↵Jason Clark2017-11-261-1/+2
| | | | and fail the build
* Ignore tests bundle, jquery, abd helpersThomas Huang2017-05-051-0/+4
|
* Convert conversion util to pure json.Kevin Serrano2016-11-191-1/+0
|
* linting and ignoring.Kevin Serrano2016-08-171-0/+1
|
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-0/+1
* Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests