forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.12 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
{
"name": "@fluidframework/eslint-config-fluid",
"version": "0.20.0",
"description": "Shareable ESLint config for the Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": "microsoft/FluidFramework",
"license": "MIT",
"author": "Microsoft",
"main": "index.js",
"scripts": {},
"dependencies": {
"@typescript-eslint/eslint-plugin": "~2.17.0",
"@typescript-eslint/parser": "~2.17.0",
"eslint": "~6.8.0",
"eslint-plugin-eslint-comments": "~3.1.2",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-no-null": "~1.0.2",
"eslint-plugin-optimize-regex": "~1.1.7",
"eslint-plugin-prefer-arrow": "~1.1.7",
"eslint-plugin-react": "~7.18.0",
"eslint-plugin-unicorn": "~15.0.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.17.0",
"@typescript-eslint/parser": ">=2.17.0",
"eslint": ">=6.8.0",
"eslint-plugin-eslint-comments": ">=3.1.2",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-no-null": ">=1.0.2",
"eslint-plugin-prefer-arrow": ">=1.1.7",
"eslint-plugin-react": ">=7.18.0",
"eslint-plugin-unicorn": ">=15.0.1"
}
}