chore: add eslint separately per package

This commit is contained in:
Ali BARIN
2022-01-18 20:21:00 +01:00
parent a831bf1673
commit f6d7971b4f
6 changed files with 59 additions and 50 deletions

View File

@@ -36,7 +36,8 @@
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint . --ignore-path ../../.eslintignore"
},
"contributors": [
{