feat: add javascript linter format
This commit is contained in:
parent
3b3aaf29af
commit
7ce9f2dd93
13 changed files with 1561 additions and 1557 deletions
|
@ -8,6 +8,7 @@
|
|||
},
|
||||
"author": "Florian Schmitt",
|
||||
"scripts": {
|
||||
"lint-js": "eslint --fix --ext .js,.ts .",
|
||||
"start": "nodemon server.js -e js,css,jade,json"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
|
@ -34,6 +35,13 @@
|
|||
"yargs": "~2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.0",
|
||||
"@eslint/js": "^9.22.0",
|
||||
"eslint": "^9.22.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.31",
|
||||
"globals": "^16.0.0",
|
||||
"prettier": "^3.5",
|
||||
"forever": "^0.15.3",
|
||||
"nodemon": "^2.0.16"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue