-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
37
38
39
40
41
{
"name": "@tidyiq/eslint-config",
"version": "2.3.1",
"description": "ESLint configuration combining airbnb, prettier, jest, react and typescript",
"keywords": [
"tidyiq",
"@tidyiq/eslint-config"
],
"author": "Jake Clayton",
"license": "ISC",
"main": "index.js",
"homepage": "https://github.com/TidyIQ/eslint-config#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TidyIQ/eslint-config.git"
},
"bugs": {
"url": "https://github.com/TidyIQ/eslint-config/issues"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3"
},
"peerDependencies": {
"eslint": "^6.4.0",
"prettier": "^1.18.2",
"typescript": "^3.6.3"
},
"devDependencies": {
"eslint": "^6.4.0",
"prettier": "^1.18.2",
"typescript": "^3.6.3"
}
}