Skip to content

Commit

Permalink
ESLint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Jul 16, 2024
1 parent 5cf975b commit 6435aef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";

import sonarjs from "eslint-plugin-sonarjs";
import eslintConfigPrettier from "eslint-config-prettier";

export default [
{
Expand All @@ -29,4 +30,5 @@ export default [
"@typescript-eslint/no-unused-vars": ["warn", { varsIgnorePattern: "_" }],
},
},
eslintConfigPrettier,
];
13 changes: 13 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@types/node": "^20.14.10",
"@types/rewire": "^2.5.30",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-sonarjs": "^1.0.3",
"globals": "^15.8.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 6435aef

Please sign in to comment.