angularjs-dropdown-multiselect
Version:
This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.
27 lines (26 loc) • 534 B
Plain Text
{
"extends": "airbnb",
"plugins": ["angular"],
"env": {
"es6": true,
"browser": true,
"jasmine": true
},
"ecmaFeatures": {
"modules": true
},
"globals": {
"angular": true,
"module": true,
"inject": true,
"Highcharts": true
},
"rules": {
"linebreak-style": "off",
"no-tabs": "off",
"no-mixed-spaces-and-tabs": "error",
"indent": ["error", "tab", { "SwitchCase": 1 }],
"max-len": ["error", 150],
"no-use-before-define": ["error", "nofunc"]
}
}