Skip to content

Commit

Permalink
Upgrade Prettier and TypeScript-ESLint (#56)
Browse files Browse the repository at this point in the history
* Upgrade Prettier and TypeScript-ESLint

This bumps several dependencies by a major version, so this package is
also bumped.

* Add new eslint-prettier config to package.json
  • Loading branch information
sybereal authored Nov 3, 2023
1 parent 667f16d commit 6eb8018
Show file tree
Hide file tree
Showing 4 changed files with 1,140 additions and 281 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"files": ["*.ts", "*.mts", "*.cts", "*.tsx"],
"plugins": ["@typescript-eslint"],
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking"
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked"
]
}],
"extends": [
Expand Down
3 changes: 3 additions & 0 deletions eslint-prettier.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["./eslint.js", "prettier"]
};
Loading

0 comments on commit 6eb8018

Please sign in to comment.