forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 721 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 721 Bytes
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
{
"name": "@rushstack/eslint-patch",
"version": "1.0.6",
"description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",
"main": "lib/usage.js",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-patch"
},
"homepage": "https://rushstack.io",
"scripts": {
"build": "heft build --clean"
},
"keywords": [
"eslintrc",
"config",
"module",
"resolve",
"resolver",
"plugin",
"relative",
"package"
],
"dependencies": {},
"devDependencies": {
"@rushstack/heft": "0.34.6",
"@rushstack/heft-node-rig": "1.1.11",
"@types/node": "10.17.13"
}
}