mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
{
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"extends": [
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {
|
|
"no-console": 0,
|
|
"no-unused-vars": 0,
|
|
"no-empty": 0
|
|
}
|
|
}
|