Skip to content

Commit

Permalink
fix: eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed May 7, 2024
1 parent 3449009 commit 38b2ce8
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
jest: true,
},
rules: {
'prettier/prettier': ['error', { singleQuote: true }],
'prettier/prettier': ['error', { singleQuote: true, trailingComma: 'all' }],
},
ignorePatterns: [
'**/node_modules',
Expand Down
168 changes: 84 additions & 84 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@
"@types/nestjs-yalc": "./types",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.34.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^4.0.0",
"esm": "^3.2.25",
"get-tsconfig": "^4.4.0",
"identity-obj-proxy": "^3.0.0",
Expand Down

0 comments on commit 38b2ce8

Please sign in to comment.