mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 13:14:49 +00:00
22 lines
No EOL
352 B
Text
22 lines
No EOL
352 B
Text
{
|
|
"bitwise": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"trailing": true,
|
|
"maxlen": 100,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"globalstrict": true,
|
|
"laxbreak": true,
|
|
"loopfunc": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"browser": true,
|
|
"globals": {
|
|
"angular": false
|
|
}
|
|
} |