We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9d755 commit cad02edCopy full SHA for cad02ed
.eslintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": [
3
+ "eslint:recommended",
4
+ "plugin:prettier/recommended",
5
+ "plugin:@typescript-eslint/eslint-recommended",
6
+ "plugin:@typescript-eslint/recommended"
7
+ ],
8
+ "rules": {
9
+ "no-console": "error"
10
+ }
11
+}
0 commit comments