♻️ Add shared eslint config

This commit is contained in:
Baptiste Arnaud
2022-11-21 11:12:43 +01:00
parent e09adf5c64
commit 451ffbcacf
123 changed files with 1151 additions and 1523 deletions

View File

@@ -20,10 +20,13 @@
"test:viewer": "cd apps/viewer && pnpm test",
"db:migrate": "cd packages/db && pnpm migration:deploy",
"build:ci": "turbo run build --filter=builder... --filter=viewer... && ENVSH_ENV=./apps/builder/.env.docker ENVSH_OUTPUT=./apps/builder/public/__env.js bash env.sh && ENVSH_ENV=./apps/viewer/.env.docker ENVSH_OUTPUT=./apps/viewer/public/__env.js bash env.sh",
"generate-change-log": "pnpx gitmoji-changelog"
"generate-change-log": "pnpx gitmoji-changelog",
"lint": "turbo run lint",
"prepare": "husky install"
},
"devDependencies": {
"cz-emoji": "1.3.2-canary.2",
"husky": "^8.0.2",
"turbo": "1.6.3"
},
"config": {
@@ -31,5 +34,5 @@
"path": "node_modules/cz-emoji"
}
},
"packageManager": "pnpm@7.16.1"
"packageManager": "pnpm@7.17.0"
}