c6dc8c0eea
issue #2989 - Adds lodash for bind and isNumber - looking for a better solution for this - Still needs the editor and flow tests porting - Some of the tests are commented out awaiting further implementations
35 lines
637 B
Plaintext
35 lines
637 B
Plaintext
{
|
|
"node": false,
|
|
"browser": true,
|
|
"nomen": false,
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"plusplus": true,
|
|
"regexp": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"trailing": true,
|
|
"indent": 4,
|
|
"esnext": true,
|
|
"onevar": true,
|
|
"white": true,
|
|
"quotmark": "single",
|
|
"globals": {
|
|
"Ember": true,
|
|
"Em": true,
|
|
"DS": true,
|
|
"$": true,
|
|
"validator": true,
|
|
"ic": true,
|
|
"_": true
|
|
}
|
|
}
|