3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-09 12:07:19 +00:00
zeppelin/dashboard/.eslintrc.json
2025-06-03 22:03:40 +01:00

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
}
}