feature/pre-commit-checks #5
@ -1,8 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: 'tsconfig.json',
|
|
||||||
tsconfigRootDir: __dirname,
|
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
ecmaFeatures: { jsx: true },
|
ecmaFeatures: { jsx: true },
|
||||||
},
|
},
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
"apps/backend/src/**/*.ts": ["eslint --max-warnings=0"],
|
"apps/backend/src/**/*.ts": ["eslint --max-warnings=0"],
|
||||||
"apps/backend/test/**/*.ts": ["eslint --max-warnings=0"],
|
"apps/backend/test/**/*.ts": ["eslint --max-warnings=0"],
|
||||||
"apps/frontend/src/**/*.{ts,tsx}": ["eslint --max-warnings=0"],
|
"apps/frontend/src/**/*.{ts,tsx}": ["eslint --max-warnings=0"],
|
||||||
"*.{ts,tsx}": ["prettier --check"]
|
"**/*.{ts,tsx}": ["prettier --check"]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user