Skip to content

Commit

Permalink
removed eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danmolloy committed May 30, 2024
1 parent cffcab7 commit 860fe10
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1,445 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
18 changes: 0 additions & 18 deletions eslint.config.mjs

This file was deleted.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"scripts": {
"build": "rollup -c",
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
"lint": "eslint",
"prepare": "yarn build",
"test": "jest",
"storybook": "storybook dev -p 6006",
Expand All @@ -38,7 +37,6 @@
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@chromatic-com/storybook": "^1.4.0",
"@eslint/compat": "^1.0.1",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
Expand All @@ -55,12 +53,6 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"globals": "^15.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -73,7 +65,6 @@
"storybook": "^8.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"vite": "^5.2.11"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 860fe10

Please sign in to comment.