Skip to content

Commit

Permalink
Update package eslint types (#6271)
Browse files Browse the repository at this point in the history
* update types for eslint

* remove typo from mainEntryPointFilePath

* Skip lib checks and update base pacakage with eslint

* Update eslint types pacakge resulution in yarn.lock

* Remove unnecessary skipLibCheck field
  • Loading branch information
dwyfrequency authored May 13, 2022
1 parent c424340 commit 1a06d5d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/chai-as-promised": "7.1.5",
"@types/child-process-promise": "2.2.2",
"@types/clone": "2.1.1",
"@types/eslint": "7.28.0",
"@types/eslint": "7.29.0",
"@types/inquirer": "8.2.1",
"@types/listr": "0.14.4",
"@types/long": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@firebase/app-compat": "0.1.25",
"@types/eslint": "7.28.0",
"@types/eslint": "7.29.0",
"rollup": "2.72.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/firestore-compat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"compilerOptions": {
"outDir": "dist"
},
"exclude": [
"dist/**/*"
]
"exclude": ["dist/**/*"]
}
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@firebase/auth": "0.20.1",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
"@types/eslint": "7.28.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.0.34",
"json-stable-stringify": "1.0.1",
"protobufjs": "6.11.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/firestore/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"compilerOptions": {
"outDir": "dist"
},
"exclude": [
"scripts/**/*",
"dist/**/*"
]
"exclude": ["scripts/**/*", "dist/**/*"]
}
2 changes: 1 addition & 1 deletion repo-scripts/prune-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"reportDir": "./coverage/node"
},
"devDependencies": {
"@types/eslint": "7.28.0",
"@types/eslint": "7.29.0",
"@types/prettier": "2.6.0",
"mocha": "9.2.2"
}
Expand Down
6 changes: 2 additions & 4 deletions repo-scripts/prune-dts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@
"declaration": true,
"strict": true
},
"exclude": [
"dist/**/*"
]
}
"exclude": ["dist/**/*"]
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3071,10 +3071,10 @@
"@types/eslint" "*"
"@types/estree" "*"

"@types/eslint@*", "@types/eslint@7.28.0":
version "7.28.0"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==
"@types/eslint@*", "@types/eslint@7.29.0":
version "7.29.0"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
Expand Down

0 comments on commit 1a06d5d

Please sign in to comment.