Skip to content

Commit

Permalink
style: fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Nov 17, 2023
1 parent 89a92d3 commit 930a64b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"root": true,
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true
"es2017": true
},
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"ignorePatterns": ["coverage", ".eslintrc.js"],
"ignorePatterns": ["coverage"],
"overrides": [
{
"files": ["tests/**/*.js"],
Expand Down

0 comments on commit 930a64b

Please sign in to comment.