Sign in
cobalt
/
cobalt
/
6f9a742d28df516936362c4ae00efbea9c3b06f2
/
.
/
third_party
/
devtools
/
node_modules
/
growl
/
.eslintrc.json
blob: f067e89133f3ed352bbc8aa34498b497712668e1 [
file
] [
log
] [
blame
]
{
"extends"
:
[
"airbnb-base"
,
"eslint:recommended"
,
"plugin:node/recommended"
],
"plugins"
:
[
"import"
,
"node"
],
"rules"
:
{
"no-console"
:
[
"error"
,
{
"allow"
:
[
"warn"
,
"error"
]
}]
},
"env"
:
{
"node"
:
true
,
"es6"
:
true
}
}