eslint-config-react/package.json
QuinnFTW d384607353
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
chore: bump version to 1.2.4
2026-01-15 08:00:15 -08:00

47 lines
1.2 KiB
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"name": "@lilith/eslint-config-react",
"version": "1.2.4",
"deprecated": "Use @lilith/configs/eslint/react-flat instead. See: https://forge.nasty.sh/lilith/configs",
"description": "Base ESLint configuration for React (use react-app or react-lib for specific use cases)",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"react",
"typescript",
"accessibility",
"a11y"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.0.0",
"typescript": ">=4.7.0",
"@typescript-eslint/parser": ">=5.0.0",
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"eslint-plugin-import": ">=2.26.0",
"eslint-plugin-react": ">=7.30.0",
"eslint-plugin-react-hooks": ">=4.6.0",
"eslint-plugin-jsx-a11y": ">=6.6.0",
"@lilith/eslint-config-base": "workspace:*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": false,
"build": false
},
"devDependencies": {
"@lilith/configs-ts": "workspace:*"
}
}