We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8194e9d commit e49358fCopy full SHA for e49358f
1 file changed
.eslintrc
@@ -14,6 +14,7 @@
14
"plugin:prettier/recommended"
15
],
16
"rules": {
17
+ "no-console": ["error", { "allow": ["error"] }],
18
"no-var": "error",
19
"object-shorthand": "error",
20
"prefer-const": "error",
0 commit comments