Skip to content

Commit

Permalink
chore: upgrade eslint to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jun 21, 2021
1 parent cc051f1 commit be17993
Show file tree
Hide file tree
Showing 4 changed files with 3,809 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

12 changes: 12 additions & 0 deletions eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
"env": {
"node": true
},
"parser": "babel-eslint",
"extend": "eslint:recommended",
"rules": {
"indent": [2, 4, {SwitchCase: 1}],
"quotes": [2, 'single'],
"dot-notation": [2, {allowKeywords: false}]
}
}

0 comments on commit be17993

Please sign in to comment.