This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "eslint-config-tidal",
"version": "2.1.1",
"description": "ESLint sharable config for TIDAL",
"files": [
"index.js",
"flow.js",
"typescript.js",
"react.js",
"legacy.js",
"rules"
],
"scripts": {
"test": "ava test/test.js",
"lint": "eslint --report-unused-disable-directives ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidal-engineering/eslint-config-tidal.git"
},
"author": "TIDAL",
"contributors": [
{
"name": "Koen Romers",
"url": "https://koenromers.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tidal-engineering/eslint-config-tidal/issues"
},
"homepage": "https://github.com/tidal-engineering/eslint-config-tidal#readme",
"keywords": [
"eslint",
"eslintconfig",
"hint",
"lint",
"linter",
"style",
"tidal hifi",
"tidal",
"validate",
"javascript",
"styleguide",
"es2015",
"es2016",
"es2017",
"es2018"
],
"engines": {
"node": ">=16"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"ava": "^4.3.3",
"eslint": "^8.24.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"is-plain-obj": "^3.0.0",
"temp-write": "^4.0.0"
},
"dependencies": {
"confusing-browser-globals": "^1.0.11"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0"
}
}