Skip to content

Commit

Permalink
Renovate dependency eslint-plugin-perfectionist to ^3.1.0 (#386)
Browse files Browse the repository at this point in the history
* Renovate dependency eslint-plugin-perfectionist to ^3.1.0

* Clean up eslint progress comments

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: merrywhether <[email protected]>
  • Loading branch information
renovate[bot] and merrywhether authored Aug 3, 2024
1 parent 3e53bee commit 8384b2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-perfectionist": "^3.0.0",
"eslint-plugin-perfectionist": "^3.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-solid": "^0.14.1",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

5 changes: 1 addition & 4 deletions src/eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ const ts = config({
});

const react = config({
extends: [
// ts-eslint v8: https://github.com/Rel1cx/eslint-react/issues/563
reactPlugin.configs.recommended,
],
extends: [reactPlugin.configs.recommended],
files: allFiles,
name: 'mw-config/react',
plugins: {
Expand Down

0 comments on commit 8384b2d

Please sign in to comment.