We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0923d4b + 49b518c commit cccc5eaCopy full SHA for cccc5ea
3 files changed
.eslintrc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "root": true,
3
+ "extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
4
+ "overrides": [
5
+ {
6
+ "files": "*.js",
7
+ "parser": "espree",
8
+ "parserOptions": {"ecmaVersion": 8}
9
+ }
10
+ ]
11
+}
0 commit comments