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 487b4f9 commit 98acbe9Copy full SHA for 98acbe9
.eslintrc
@@ -0,0 +1,17 @@
1
+{
2
+ "extends": "eslint:recommended",
3
+ "env": {
4
+ "browser": true,
5
+ "commonjs": true
6
+ },
7
+ "rules": {
8
+ "strict": 2,
9
+ "no-alert": 2,
10
+ "no-labels": 0,
11
+ "no-empty-label": 0,
12
+ "no-unused-vars": 0,
13
+ "no-console": 0,
14
+ "no-mixed-spaces-and-tabs": 0,
15
+ "no-extra-boolean-cast": 0
16
+ }
17
+}
.eslintrc.yml
0 commit comments