Skip to content

Commit

Permalink
Add /app/networks to .eslintignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun authored and David Braun committed Jul 12, 2018
1 parent a6736f4 commit 644d102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/archive
/app/dist/
/app/networks/
/builds/
/testArtifacts
/test/unit/coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"local": "yarn run testnet local",
"testnet": "node tasks/testnet.js",
"lint": "yarn lint:eslint && yarn lint:format",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter '{,**/}*.{js,vue}' '!app/networks/**'",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter '{,**/}*.{js,vue}'",
"lint:format": "prettier --list-different '{,**/}*.{css,js,json,vue}' '!testArtifacts/**' '!app/networks/**'",
"lint:fix": "prettier --write '{,**/}*.{css,js,json,vue}' '!testArtifacts/**'",
"pack": "yarn run pack:main && yarn run pack:renderer",
Expand Down

0 comments on commit 644d102

Please sign in to comment.