chore: add eslint separately per package
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"test": "ava",
|
||||
"lint": "eslint . --ignore-path ../../.eslintignore",
|
||||
"db:create": "ts-node ./bin/database/create.ts",
|
||||
"db:seed:user": "ts-node ./bin/database/seed-user.ts",
|
||||
"db:drop": "ts-node ./bin/database/drop.ts",
|
||||
@@ -72,6 +73,7 @@
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
"@types/pg": "^8.6.1",
|
||||
"ava": "^3.15.0",
|
||||
"eslint": "8.7.0",
|
||||
"nodemon": "^2.0.13",
|
||||
"sinon": "^11.1.2",
|
||||
"ts-node": "^10.2.1"
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
|
@@ -11,6 +11,7 @@
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
"serve": "docusaurus serve",
|
||||
"lint": "eslint . --ignore-path ../../.eslintignore",
|
||||
"write-translations": "docusaurus write-translations",
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
|
@@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user