mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
{
|
|
"rules": {
|
|
"@typescript-eslint/no-var-requires": 0,
|
|
"@typescript-eslint/no-explicit-any": 0,
|
|
"@typescript-eslint/explicit-member-accessibility": 0,
|
|
"no-console": 0,
|
|
"new-cap": 0,
|
|
"max-len": 0
|
|
}
|
|
}
|