Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
fix: build now ignore lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
CUexter committed Mar 6, 2023
1 parent 32281c8 commit ec92d61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"plugins": ["@typescript-eslint"],
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"],
"ignorePatterns": ["./lint-staged.config.mjs", "./jest.config.js"],
"ignorePatterns": ["./lint-staged.config.mjs"],
"rules": {
"@typescript-eslint/consistent-type-imports": "warn"
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/micromatch": "^4.0.2",
"@types/prettier": "^2.7.2",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"**/*.cjs",
"**/*.mjs"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "lint-staged.config.mjs"]
}

0 comments on commit ec92d61

Please sign in to comment.