Skip to content

Commit

Permalink
Merge pull request #864 from veliovgroup/dev
Browse files Browse the repository at this point in the history
πŸ‘·β€β™‚οΈ Update .eslintrc
  • Loading branch information
dr-dimitru authored Feb 5, 2023
2 parents 4f58852 + daf18d5 commit b312ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"requireConfigFile": false
},
"env": {
"node": true,
Expand All @@ -17,7 +18,6 @@
"Worker": true,
"navigator": true
},
"ecmaFeatures": {},
"rules": {
"strict": [2, "never"],
"no-shadow": 2,
Expand Down

0 comments on commit b312ef9

Please sign in to comment.