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

21 lines
626 B
JSON

{
"name": "@hydrooj/eslint-config",
1 year ago
"version": "1.0.4",
"license": "MIT",
"main": "react.yaml",
"dependencies": {
1 year ago
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint-config-airbnb": "^19.0.4",
1 year ago
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
1 year ago
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0"
},
"peerDependencies": {
"eslint": ">= 8"
}
}