Sign in
chromium
/
external
/
github.com
/
twbs
/
bootstrap
/
refs/heads/nested-dropdowns
/
.
/
build
/
.eslintrc.json
blob: 679bd26f7ba26c1539c31daaec902400e091f3e1 [
file
] [
log
] [
blame
] [
edit
]
{
"env"
:
{
"browser"
:
false
,
"node"
:
true
},
"parserOptions"
:
{
"sourceType"
:
"script"
},
"extends"
:
"../.eslintrc.json"
,
"rules"
:
{
"no-console"
:
"off"
,
"strict"
:
"error"
}
}