core(eslint): added Makefile rule to run eslint
Added makefile rule to run eslint (npm@eslint) using an npm script
This commit is contained in:
parent
812959b16f
commit
7d0f5c11d6
2 changed files with 18 additions and 10 deletions
|
|
@ -16,18 +16,21 @@
|
|||
"scripts": {
|
||||
"build": "npm run build --workspaces --if-present",
|
||||
"distclean": "rimraf -v -g \"*/dist\"",
|
||||
"fclean": "rimraf \"**/dist\"",
|
||||
"clean": "rimraf \"**/node_modules\"",
|
||||
"eslint": "eslint",
|
||||
"install-all": "npm install",
|
||||
"dev:prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.1",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
||||
"@typescript-eslint/parser": "^8.44.1",
|
||||
"eslint": "^9.36.0",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
||||
"@typescript-eslint/parser": "^8.44.1",
|
||||
"eslint": "^9.36.0",
|
||||
"lint-staged": "^16.1.5",
|
||||
"husky": "^9.1.7",
|
||||
"typescript-eslint": "^8.44.1"
|
||||
"typescript-eslint": "^8.44.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bindings": "^1.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue