Skip to content

Commit

Permalink
chore: cleanup eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 13, 2022
1 parent ef9b08a commit fa83749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"extends": "eslint:recommended",
"parser": "babel-eslint",
"rules": {
"no-prototype-builtins": 0,
"no-console": 0,
Expand All @@ -15,7 +14,8 @@
}]
},
"parserOptions": {
"sourceType": "script"
"sourceType": "script",
"ecmaVersion": 2018
},
"env": {
"node": true,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
},
"devDependencies": {
"@types/node": "^17.0.23",
"babel-eslint": "^10.1.0",
"gulp-bump": "^3.2.0",
"gulp-conventional-changelog": "^2.0.35",
"gulp-eslint": "^6.0.0",
Expand Down

0 comments on commit fa83749

Please sign in to comment.