mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
chore: switch from tslint to eslint
This commit is contained in:
parent
16fa19d3e9
commit
9b3d6f5d68
5 changed files with 2147 additions and 181 deletions
9
dashboard/.eslintrc.js
Normal file
9
dashboard/.eslintrc.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
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