mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-09 12:07:19 +00:00
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"extends": ["../.eslintrc.js"],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": 0,
|
|
"no-self-assign": 0,
|
|
"no-empty": 0,
|
|
"@typescript-eslint/no-var-requires": 0
|
|
}
|
|
}
|