Added eslint
This commit is contained in:
parent
013511b58e
commit
7ed897cd1d
13
.eslintrc
Normal file
13
.eslintrc
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module",
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"semi": 2,
|
||||
"quotes": ["error", "single"]
|
||||
}
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
.appveyor.yml
|
||||
.coveralls.yml
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.github
|
||||
.gitignore
|
||||
.npmignore
|
||||
|
@ -31,6 +31,7 @@
|
||||
".appveyor.yml",
|
||||
".coveralls.yml",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".github",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
|
@ -31,6 +31,7 @@
|
||||
".appveyor.yml",
|
||||
".coveralls.yml",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".github",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
|
@ -31,6 +31,7 @@
|
||||
".appveyor.yml",
|
||||
".coveralls.yml",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".github",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
|
@ -31,6 +31,7 @@
|
||||
".appveyor.yml",
|
||||
".coveralls.yml",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".github",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
|
Loading…
Reference in New Issue
Block a user