-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
42
{
"name": "@thesis-co/eslint-config",
"version": "0.8.0-pre",
"description": "ESLint TypeScript shareable config for Thesis wide projects",
"main": "index.js",
"repository": "git@github.com:thesis/eslint-config.git",
"author": "Matt Luongo <matt@thesis.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thesis/eslint-config/issues"
},
"homepage": "https://github.com/thesis/eslint-config#readme",
"scripts": {
"test": "eslint . --no-fix"
},
"dependencies": {
"@thesis-co/prettier-config": "github:thesis/prettier-config",
"@typescript-eslint/eslint-plugin": ">=6.4.1",
"@typescript-eslint/parser": ">=6.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"peerDependencies": {
"eslint": ">=6.8.0"
},
"devDependencies": {
"eslint": "^8.48.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
}
}