Skip to content

Commit

Permalink
chore: remove useless eslint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed May 1, 2024
1 parent a1bd699 commit 47c4a8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 139 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
"eslint": "^8.0.1",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand Down
134 changes: 0 additions & 134 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion rollup.build.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import dts from 'rollup-plugin-dts';
import { readFileSync } from 'node:fs';

const packageJson = JSON.parse(
readFileSync(new URL('./package.json', import.meta.url))
readFileSync(new URL('./package.json', import.meta.url))
);

const config = [
Expand Down

0 comments on commit 47c4a8b

Please sign in to comment.