-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@lasthrun/eslint-config",
"version": "1.2.0",
"description": "eslint config for lasthrun projects",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"repository": {
"type": "git",
"url": "https://github.com/lasthrun/eslint-config-lasthrun"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "lasthrun",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-airbnb-base": "latest",
"eslint-config-airbnb-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest"
},
"peerDependencies": {
"eslint": ">= 3",
"typescript": ">= 3"
}
}