8235f83015
When ldap is enabled and use "Standard" authentication method, if authentication fails the correct tab remain selected. This is done by saving into localStorage when the active tab changes and by always selecting that tab when the page is loaded.
20 lines
310 B
Text
20 lines
310 B
Text
{
|
|
"env": {
|
|
"jquery": true,
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"extends": "airbnb-base",
|
|
"globals": {
|
|
"_": false,
|
|
"gl": false,
|
|
"gon": false,
|
|
"localStorage": false
|
|
},
|
|
"plugins": [
|
|
"filenames"
|
|
],
|
|
"rules": {
|
|
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
|
|
}
|
|
}
|