Sign in
fuchsia
/
third_party
/
github.com
/
joelspadin
/
tree-sitter-devicetree
/
refs/tags/v0.11.1
/
.
/
.eslintrc.json
blob: b8234866b4c59c881f7705f366a8e6862742e48c [
file
]
{
"env"
:
{
"commonjs"
:
true
,
"es2021"
:
true
},
"extends"
:
[
"eslint:recommended"
,
"prettier"
],
"parserOptions"
:
{
"ecmaVersion"
:
"latest"
,
"sourceType"
:
"module"
},
"rules"
:
{
"no-undef"
:
"off"
,
"no-unused-vars"
:
[
"error"
,
{
"args"
:
"none"
}]
}
}