Move eslint plugins down into build-config
This commit is contained in:
parent
e54fe2b15c
commit
bd24f6a84e
2 changed files with 2 additions and 3 deletions
|
@ -21,10 +21,7 @@
|
|||
"lint": "yarn prettier --check . && yarn workspaces run eslint .",
|
||||
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix ."
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7",
|
||||
"@typescript-eslint/parser": "^7",
|
||||
"eslint": "^8",
|
||||
"prettier": "^3",
|
||||
"typescript": "^5"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^7",
|
||||
"@typescript-eslint/parser": "^7",
|
||||
"prettier-plugin-organize-imports": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue