forked from lix-project/lix-website
20 lines
221 B
Plaintext
20 lines
221 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"id-length": [1],
|
|
"operator-linebreak": [2, "before"],
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": ["test/**/*.js"],
|
|
"globals": {
|
|
"Proxy": false,
|
|
},
|
|
},
|
|
],
|
|
}
|