angular-dynamic-locale
Version:
A minimal module that adds the ability to dynamically change the locale
33 lines (32 loc) • 550 B
JSON
{
"env": {
"browser": true,
"commonjs": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 5
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
},
"globals": {
"angular": false,
"define": false
}
}