Skip to content

Commit

Permalink
Merge branch 'main' into fix/sonar_maintain_2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl authored Nov 28, 2024
2 parents eff8b89 + 7ec8444 commit 0910cf8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ module.exports = {
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
],
plugins:["import"],
parser: "@typescript-eslint/parser",
files: ["*.{ts,tsx}"],
rules: {
"import/no-cycle": "warn",
"import/newline-after-import": "off", // conflict with Prettier
"import/no-duplicates": "off", // conflict with Prettier
"no-console": "warn",
"no-extra-boolean-cast": "warn",
"no-useless-escape": "warn",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.1.1",
"typescript": "5.3.3"
Expand Down
56 changes: 23 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 0910cf8

Please sign in to comment.