-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 KB
/
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
32
33
34
35
36
{
"name": "@trybe/eslint-config-frontend",
"version": "1.11.4",
"description": "Configurações do ESLint da Trybe",
"main": "index.js",
"homepage": "https://github.com/betrybe/eslint-config-trybe-frontend#readme",
"bugs": {
"url": "https://github.com/betrybe/eslint-config-trybe-frontend.issues"
},
"repository": "github:betrybe/eslint-config-trybe-frontend",
"keywords": [
"eslint",
"trybe",
"frontend"
],
"author": "Equipe Front Trybe",
"license": "GPL-3.0",
"peerDependencies": {
"eslint": "^8.0.0",
"prettier": "^2.7.1"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-func": "^0.1.18",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-redux": "^4.0.0",
"eslint-plugin-sonarjs": "^0.20.0"
}
}