rind-locale
Version:
Find a locale match for a string of locale(s) in an array of [supported] locales
27 lines (25 loc) • 490 B
Plain Text
{
"rules": {
"quotes": [1, "single"],
"no-unused-vars": [2, {"vars": "all", "args": "none"}],
"consistent-this": [2, "self"],
"no-use-before-define": [2, "nofunc"],
"no-global-strict": 0,
"consistent-return": 0,
"camelcase": 0
},
"globals": {
"it": true,
"describe": true,
"before": true,
"after": true,
"define": true,
"require": true,
"angular": true,
"$": true
},
"env":{
"browser": true,
"node": true
}
}