You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/eslint-config/package.json

22 lines
671 B
JSON

{
"name": "@hydrooj/eslint-config",
"version": "1.0.6",
"license": "MIT",
"main": "react.yaml",
"dependencies": {
10 months ago
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint-config-airbnb": "^19.0.4",
1 year ago
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-github": "^4.10.1",
11 months ago
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
1 year ago
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0"
},
"peerDependencies": {
"eslint": ">= 8"
}
}