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
669 B
JSON

{
"name": "@hydrooj/eslint-config",
12 months ago
"version": "1.0.5",
"license": "MIT",
"main": "react.yaml",
"dependencies": {
12 months ago
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint-config-airbnb": "^19.0.4",
1 year ago
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-github": "^4.10.1",
1 year ago
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
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"
}
}