We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5c2ce commit 7c51eceCopy full SHA for 7c51ece
.eslintrc.json
@@ -0,0 +1,9 @@
1
+{
2
+ "parserOptions": {
3
+ "ecmaVersion": 6,
4
+ "sourceType": "module"
5
+ },
6
+ "rules": {
7
+ "semi": "error"
8
+ }
9
+}
0 commit comments