Skip to content

Commit

Permalink
refactor(.eslintrc): update .eslinrc to allow newer JS syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Aug 6, 2020
1 parent 4f31419 commit f132275
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true
}
},
"env": {
"es6": true,
"es2020": true,
"node": true
},
"globals": {
"Set": true
},
"rules": {
"curly": 2,
"no-eq-null": 2,
Expand Down

0 comments on commit f132275

Please sign in to comment.