We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3231d commit e6fb1f3Copy full SHA for e6fb1f3
backend/.eslintrc
@@ -0,0 +1,9 @@
1
+{
2
+ "parserOptions": {
3
+ "ecmaVersion": 6
4
+ },
5
+ "rules": {
6
+ "semi": ["error", "always"],
7
+ "quotes": ["error", "double"]
8
+ }
9
+}
0 commit comments