Skip to content

Commit

Permalink
lint: add eslintignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbhavir committed Nov 14, 2018
1 parent c4500f3 commit 4a7455d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 142 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/node_modules/*
**/dist/*
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
// trailing comma
'comma-dangle': ['error', 'always-multiline'],
quotes: ['error', 'single'],
quotes: ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': true }],
},
}
137 changes: 0 additions & 137 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@
"babel-loader": "8.0.0-beta.0",
"chai": "3.5.0",
"eslint": "5.6.0",
"eslint-config-standard": "12.0.0",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"ganache-cli": "6.1.8",
"husky": "1.1.1",
"lint-staged": "7.3.0",
Expand Down

0 comments on commit 4a7455d

Please sign in to comment.