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
|
@ -11,7 +11,8 @@
|
|||
"sqlite3": "^5.1.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"lint": "npx eslint ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -20,7 +21,10 @@
|
|||
"author": "SileNce5k",
|
||||
"license": "UNLICENSE",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"eslint": "^9.14.0",
|
||||
"globals": "^15.12.0",
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue