fix eslint config

This commit is contained in:
Nathaniel Tampus
2023-05-12 19:23:00 +08:00
parent e990ed9f57
commit c71ee3056d
7 changed files with 17 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
],
"scripts": {
"dev": "concurrently \"npm run dev -w client\" \"npm run dev -w server\"",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"lint": "eslint . --ignore-path .gitignore",
"lint-fix": "eslint --fix . --ignore-path .gitignore",
"format": "prettier --write . --ignore-path .gitignore"
},
"devDependencies": {