We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f589ec commit a700efbCopy full SHA for a700efb
.eslintrc renamed to .eslintrc.json
@@ -12,6 +12,8 @@
12
},
13
"plugins": ["prettier"],
14
"rules": {
15
+ "no-debugger": "error",
16
+ "no-console": "error",
17
"prettier/prettier": "error"
18
}
19
package.json
@@ -46,7 +46,7 @@
46
"benchmark": "^2.1.4",
47
"cross-env": "^6.0.3",
48
"dtslint": "^2.0.0",
49
- "eslint": "^6.6.0",
+ "eslint": "^7.1.0",
50
"eslint-plugin-prettier": "^3.1.1",
51
"husky": "^3.0.9",
52
"lint-staged": "^10.2.6",
0 commit comments