mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-10 20:47:19 +00:00
chore: run formatter
This commit is contained in:
parent
3ef89246ba
commit
3722393ec0
40 changed files with 13085 additions and 13040 deletions
9
dashboard/.eslintrc.json
Normal file
9
dashboard/.eslintrc.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": ["../.eslintrc.js"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-unused-vars": 0,
|
||||
"no-self-assign": 0,
|
||||
"no-empty": 0,
|
||||
"@typescript-eslint/no-var-requires": 0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue