Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update prettier and husky #635

Merged
merged 2 commits into from
Jun 22, 2024
Merged

chore: update prettier and husky #635

merged 2 commits into from
Jun 22, 2024

Conversation

SimenB
Copy link
Collaborator

@SimenB SimenB commented Jun 22, 2024

Why not

Also migrates from eslint-plugin-node to eslint-plugin-n as the former is unmaintained and replaced

@SimenB SimenB merged commit 9dec7bb into master Jun 22, 2024
17 of 18 checks passed
@SimenB SimenB deleted the update-husky-prettier branch June 22, 2024 08:05
@@ -38,14 +39,14 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-n": "^16.0.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

17 is the latest, but that dropped support for Node 16

@@ -58,9 +59,9 @@
"testRegex": ".*Test\\.js$"
},
"lint-staged": {
"*.js": "eslint --fix",
"*.{ts,md,json,yml}": "prettier --write",
".{eslintrc,travis.yml}": "prettier --write"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, oops - I deleted the wrong entry 😅

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant