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 9642dc2 commit 40fcf81Copy full SHA for 40fcf81
.eslintrc.yml
@@ -1,9 +1,9 @@
1
env:
2
es6: true
3
node: true
4
+extends: 'eslint:recommended'
5
globals:
6
api: false
-extends: 'eslint:recommended'
7
rules:
8
indent:
9
- error
.gitignore
@@ -0,0 +1,3 @@
+node_modules
+*.log
+.DS_Store
.jshintrc
0 commit comments