first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
32
node_modules/@rushstack/eslint-patch/package.json
generated
vendored
Normal file
32
node_modules/@rushstack/eslint-patch/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "@rushstack/eslint-patch",
|
||||
"version": "1.3.3",
|
||||
"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.git",
|
||||
"type": "git",
|
||||
"directory": "eslint/eslint-patch"
|
||||
},
|
||||
"homepage": "https://rushstack.io",
|
||||
"keywords": [
|
||||
"eslintrc",
|
||||
"config",
|
||||
"module",
|
||||
"resolve",
|
||||
"resolver",
|
||||
"plugin",
|
||||
"relative",
|
||||
"package"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@rushstack/heft": "0.54.0",
|
||||
"@rushstack/heft-node-rig": "2.2.6",
|
||||
"@types/node": "14.18.36"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "heft build --clean",
|
||||
"_phase:build": "heft run --only build -- --clean"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue