Some checks failed
Build ESLint Config and Release / build-and-release (push) Failing after 3s
26 lines
689 B
JSON
26 lines
689 B
JSON
{
|
|
"name": "@sebastianbrenner/eslint-config",
|
|
"version": "1.0.4",
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/eslint-plugin-jsx-a11y": "6.10.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5",
|
|
"@typescript-eslint/eslint-plugin": "8.48.1",
|
|
"@typescript-eslint/parser": "8.48.1",
|
|
"eslint": "^9.0.0",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-unused-imports": "4.3.0",
|
|
"@stylistic/eslint-plugin": "1.7.0"
|
|
}
|
|
}
|