Last active
November 23, 2024 19:13
-
-
Save wouterds/a22022e9980cab98835938ca7188fca9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^8.15.0", | |
"@typescript-eslint/parser": "^8.15.0", | |
"eslint": "^8.57.1", | |
"eslint-config-prettier": "^9.1.0", | |
"eslint-plugin-jsx-a11y": "^6.10.2", | |
"eslint-plugin-prettier": "^5.2.1", | |
"eslint-plugin-react": "^7.37.2", | |
"eslint-plugin-react-hooks": "^5.0.0", | |
"eslint-plugin-simple-import-sort": "^12.1.1", | |
"prettier": "^3.3.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment