This runs eslint --fix as well as manually fixing things that the automatic fixer couldn't handle.
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"default": true,
|
|
"no-duplicate-header": {
|
|
"siblings_only": true
|
|
},
|
|
"line-length": false,
|
|
"no-inline-html": false
|
|
}
|