Skip to content

Commit

Permalink
chore(deps-dev): remove React plugins (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Apr 8, 2024
1 parent c0a3b64 commit 116e9fb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .xo.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ["xo-react", "plugin:yml/standard", "plugin:markdown/recommended"],
extends: ["plugin:yml/standard", "plugin:markdown/recommended"],
ignorePatterns: ["_site/", "!.*.js", "!.github/"],
overrides: [
{
Expand Down
33 changes: 30 additions & 3 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-yml": "^1.14.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
Expand Down

0 comments on commit 116e9fb

Please sign in to comment.