Skip to content

Commit

Permalink
chore: upgrade eslint and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdermeyder committed Feb 19, 2023
1 parent a79e21c commit d13e880
Show file tree
Hide file tree
Showing 3 changed files with 6,681 additions and 10,200 deletions.
14 changes: 9 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"extends": ["node"],
"plugins": [
"jest"
],
"extends": "eslint:recommended",
"plugins": ["jest"],
"env": {
"node": true,
"es6": true,
"jest": true
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"no-console": 0,
"import/no-nodejs-modules": 0,
"import/no-commonjs": 0
}
}
}
Loading

0 comments on commit d13e880

Please sign in to comment.