immutable-angular
Version:
Support for ImmutableJS collections in Angular 1.x
25 lines (24 loc) • 621 B
Plain Text
{
"maxerr" : 50,
"bitwise" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"freeze" : true,
"indent" : 4,
"noarg" : true,
"noempty" : true,
"nonbsp" : true,
"undef" : true,
"unused" : true,
"strict" : false, // strict mode is implied in ES6
"esnext" : true,
"browser" : true,
"devel" : true,
"mocha" : true,
"phantom" : true,
"globals" : {
"angular": true,
"Immutable": true
}
}