Skip to content

Commit a700efb

Browse files
chore(eslint): upgrade dependency, add rules no-debugger + no-console
eslint ^6.6.0 → ^7.1.0
1 parent 9f589ec commit a700efb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc renamed to .eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
},
1313
"plugins": ["prettier"],
1414
"rules": {
15+
"no-debugger": "error",
16+
"no-console": "error",
1517
"prettier/prettier": "error"
1618
}
1719
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"benchmark": "^2.1.4",
4747
"cross-env": "^6.0.3",
4848
"dtslint": "^2.0.0",
49-
"eslint": "^6.6.0",
49+
"eslint": "^7.1.0",
5050
"eslint-plugin-prettier": "^3.1.1",
5151
"husky": "^3.0.9",
5252
"lint-staged": "^10.2.6",

0 commit comments

Comments
 (0)