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 421f96c commit f85d157Copy full SHA for f85d157
.eslintrc
.eslintrc.yml
@@ -0,0 +1,5 @@
1
+root: true
2
+rules:
3
+ eol-last: error
4
+ indent: ["error", 2, { "SwitchCase": 1 }]
5
+ no-trailing-spaces: error
0 commit comments