Skip to content

Commit 094af48

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency @types/eslint to v8 (#376)
* Update dependency @types/eslint to v8 * update Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 15a259b commit 094af48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/rules/no-misleading-unicode-character.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default createRule("no-misleading-unicode-character", {
207207

208208
/** */
209209
function makeFix(
210-
fix: Rule.ReportDescriptorOptionsBase["fix"],
210+
fix: Rule.ReportFixer,
211211
messageId: string,
212212
data?: Record<string, string>,
213213
): Partial<Rule.ReportDescriptorOptions> {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@ota-meshi/eslint-plugin": "^0.10.0",
5656
"@types/chai": "^4.2.22",
57-
"@types/eslint": "^7.28.0",
57+
"@types/eslint": "^8.0.0",
5858
"@types/eslint-scope": "^3.7.1",
5959
"@types/estree": "^0.0.50",
6060
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)