-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "eslint-plugin-matrix-org",
"version": "2.0.2",
"description": "ESLint rules and configs used by Matrix.org projects",
"keywords": [
"eslint"
],
"main": "index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/matrix-org/eslint-config-matrix-org"
},
"homepage": "https://github.com/matrix-org/eslint-config-matrix-org",
"bugs": {
"url": "https://github.com/matrix-org/eslint-config-matrix-org/issues"
},
"peerDependencies": {
"@babel/core": "*",
"@babel/eslint-parser": "*",
"@babel/eslint-plugin": "*",
"@stylistic/eslint-plugin": "*",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-google": "*",
"eslint-config-prettier": "*",
"eslint-plugin-deprecate": "*",
"eslint-plugin-import": "*",
"eslint-plugin-jest": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-hooks": "*",
"eslint-plugin-unicorn": "*",
"prettier": "*",
"typescript": "*"
}
}