11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
{
|
|
"extends": "@antfu",
|
|
"rules": {
|
|
"curly": "off",
|
|
"no-console": "off",
|
|
"no-cond-assign": "off",
|
|
"no-useless-call": "off",
|
|
"@typescript-eslint/brace-style": "off",
|
|
"@typescript-eslint/consistent-type-imports": "off"
|
|
}
|
|
} |