Remove jshint and jscs configs
This commit is contained in:
parent
d8039ea976
commit
80a8028f86
28
.jshintrc
28
.jshintrc
@ -1,28 +0,0 @@
|
||||
{
|
||||
"strict": true,
|
||||
"node": true,
|
||||
"nonew": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"newcap": true,
|
||||
"regexp": true,
|
||||
"evil": true,
|
||||
"eqnull": true,
|
||||
"expr": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"esnext": true,
|
||||
|
||||
"globals": {
|
||||
"expect": true,
|
||||
"sinon": true,
|
||||
"describe" : true,
|
||||
"it" : true,
|
||||
"before" : true,
|
||||
"beforeEach" : true,
|
||||
"after" : true,
|
||||
"afterEach" : true,
|
||||
"jQuery" : true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user