refactor: Clear unused ESLint directives from BE packages (no-changelog) (#6798)
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
"build": "tsc --noEmit",
|
||||
"build-node-dev": "tsc",
|
||||
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
||||
"lint": "eslint --quiet .",
|
||||
"lintfix": "eslint . --fix",
|
||||
"lint": "eslint . --quiet --report-unused-disable-directives",
|
||||
"lintfix": "eslint . --fix --report-unused-disable-directives",
|
||||
"postpack": "rm -f oclif.manifest.json",
|
||||
"prepack": "echo \"Building project...\" && rm -rf dist && tsc -b && oclif-dev manifest",
|
||||
"watch": "tsc --watch"
|
||||
|
||||
Reference in New Issue
Block a user