Skip to content

Commit

Permalink
fix: eslintrc (DimensionDev#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
septs authored Feb 23, 2021
1 parent ba086e3 commit 0cd9b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": ["plugin:prettier/recommended", "lodash"],
"extends": ["plugin:prettier/recommended"],
"env": {
"node": true
},
"plugins": ["unused-imports"],
"plugins": ["unused-imports", "lodash"],
"rules": {
"constructor-super": "error",
"dot-notation": "error",
Expand Down

0 comments on commit 0cd9b72

Please sign in to comment.