Add eslint as linter and add linter workflow
This commit is contained in:
parent
85821f5fa3
commit
7bdc33b321
5 changed files with 835 additions and 5 deletions
7
.eslintrc
Normal file
7
.eslintrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"rules": {
|
||||
"no-fallthrough": "error",
|
||||
"no-case-declarations": "error"
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue