replace jshint w/ eslint
This commit is contained in:
21
.eslintrc
Normal file
21
.eslintrc
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"browser": true,
|
||||
"shadow": true,
|
||||
"globals": {
|
||||
"jasmine": true,
|
||||
"describe": true,
|
||||
"beforeEach": true,
|
||||
"afterEach": true,
|
||||
"spyOn": true,
|
||||
"it": true,
|
||||
"xit": true,
|
||||
"expect": true,
|
||||
"require": true,
|
||||
"global": true,
|
||||
"__dirname": true,
|
||||
"module": true
|
||||
},
|
||||
"rules": {
|
||||
"quotes": "single"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user