Move eslint plugins down into build-config

This commit is contained in:
Manav Rathi 2024-02-24 11:17:33 +05:30
parent e54fe2b15c
commit bd24f6a84e
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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"
}
}