Linted project with eslint
This commit is contained in:
10
package.json
10
package.json
@@ -2,11 +2,10 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node lib/app.js"
|
||||
"start": "node lib/app.js",
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"express": "^4.18.2",
|
||||
"figlet": "^1.5.2",
|
||||
"typescript": "^4.8.4"
|
||||
@@ -14,6 +13,9 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
||||
"@typescript-eslint/parser": "^5.40.1"
|
||||
"@typescript-eslint/parser": "^5.40.1",
|
||||
"eslint": "^8.25.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.26.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user