Skip to content

Commit

Permalink
- update prettier, eslint-plugin-prettier, and stylelint-prettieri
Browse files Browse the repository at this point in the history
- disallow 'comma-dangle'
  • Loading branch information
mmmavis committed Mar 22, 2024
1 parent f365145 commit 350f9bd
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 33 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prettier/prettier": [
"error",
{
"comma-dangle": "never",
"endOfLine": "auto"
}
],
Expand Down
128 changes: 98 additions & 30 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@
"chokidar-cli": "^3.0.0",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"optipng-bin": "^9.0.0",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^3.0.0",
"stylelint-prettier": "^4.1.0",
"svgo": "^3.0.2",
"wait-on": "^7"
}
Expand Down

0 comments on commit 350f9bd

Please sign in to comment.