Skip to content

Commit

Permalink
fix(configuration): trailingComma only applies to multi-line arguments
Browse files Browse the repository at this point in the history
Just like with Objects and Arrays, therefore keeping the new default. release-npm
  • Loading branch information
tobua committed Oct 4, 2023
1 parent 7beeb08 commit dd6f933
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions configuration/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "es5"
"printWidth": 100
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@manypkg/find-root": "^2.2.1",
"@npmcli/map-workspaces": "^3.0.4",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"current-git-branch": "^1.1.0",
"deep-for-each": "^3.0.0",
"deepmerge": "^4.3.1",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"esbuild": "^0.19.4",
"eslint": "^8.50.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-glob": "^3.3.1",
"filesize": "^10.0.12",
"filesize": "^10.1.0",
"gzip-size": "^7.0.0",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"logua": "^2.3.0",
"npm-check-updates": "^16.14.2",
"npm-check-updates": "^16.14.4",
"pacote": "^17.0.4",
"pakag": "^3.1.1",
"parse-gitignore": "^2.0.0",
Expand All @@ -59,7 +59,7 @@
"source": "index.js",
"devDependencies": {
"jest-fixture": "^4.1.0",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"files": [
"configuration",
Expand Down

0 comments on commit dd6f933

Please sign in to comment.