Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Sep 13, 2024
1 parent 43ec78f commit ad1862b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 306 deletions.
4 changes: 0 additions & 4 deletions accessibility-code-checker/demo-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ButtonProps {
secondary?: boolean;
icon?: string;
}
export const Button: React.FC<ButtonProps> = ({
const Button: React.FC<ButtonProps> = ({
onClick,
text,
noBorder,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions accessibility-code-checker/demo-page/src/components/icon/icon.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions accessibility-code-checker/demo-page/src/components/menu/menu.css

This file was deleted.

23 changes: 0 additions & 23 deletions accessibility-code-checker/demo-page/src/components/menu/menu.tsx

This file was deleted.

4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"@types/node",
"chai",
"cypress",
"eslint",
"knip",
"mocha",
"playwright",
"prettier",
"puppeteer",
"typescript"
"typescript",
"vite"
],
"enabled": false
}
Expand Down
Loading

0 comments on commit ad1862b

Please sign in to comment.