10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/crates/oxc_linter/src/rules.rs",
|
|
"rules": {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"@typescript-eslint/no-floating-promises": "warn"
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|