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 d2e6e33 commit 1e0ffa0Copy full SHA for 1e0ffa0
.eslintrc
.eslintrc.yml
@@ -0,0 +1,7 @@
1
+root: true
2
+
3
+rules:
4
+ eol-last: error
5
+ indent: [error, 2, {SwitchCase: 1}]
6
+ no-trailing-spaces: error
7
+ no-unused-vars: [error, {vars: all, args: none, ignoreRestSiblings: true}]
0 commit comments