ng-factory
Version:
An **upgradable** development workflow library built on top of Gulp and focused on AngularJS components and applications.
14 lines (13 loc) • 341 B
Plain Text
{
"extends": "airbnb/legacy",
"rules": {
"strict": [2, "global"],
"comma-dangle": [2, "never"],
"func-names": 0,
"padded-blocks": 0,
"no-use-before-define": [2, "nofunc"],
"no-unused-vars": 1,
"vars-on-top": 1,
"id-length": [2, {"properties": "never", "exceptions": ["i", "j", "k", "x", "y", "_"]}]
}
}