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

@@ -24,9 +24,13 @@
"url": "git+https://github.com/automatisch/automatisch.git"
},
"scripts": {
"lint": "eslint . --ignore-path ../../.eslintignore",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
},
"devDependencies": {
"eslint": "8.7.0"
}
}