Skip to content

Commit 4cea9fc

Browse files
fix: allow jsonc-eslint-parser as devDependency (#2136)
## PR Checklist - [x] Addresses an existing open issue: fixes #2135 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview 🎁
1 parent b9cbe2c commit 4cea9fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/blocks/blockESLint.test.ts

-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ describe("blockESLint", () => {
231231
"eslint-plugin-deprecation",
232232
"eslint-plugin-eslint-comments",
233233
"eslint-plugin-no-only-tests",
234-
"jsonc-eslint-parser",
235234
"yaml-eslint-parser",
236235
],
237236
},
@@ -389,7 +388,6 @@ describe("blockESLint", () => {
389388
"eslint-plugin-deprecation",
390389
"eslint-plugin-eslint-comments",
391390
"eslint-plugin-no-only-tests",
392-
"jsonc-eslint-parser",
393391
"yaml-eslint-parser",
394392
],
395393
},

src/blocks/blockESLint.ts

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ export default tseslint.config(
272272
"eslint-plugin-deprecation",
273273
"eslint-plugin-eslint-comments",
274274
"eslint-plugin-no-only-tests",
275-
"jsonc-eslint-parser",
276275
"yaml-eslint-parser",
277276
],
278277
}),

0 commit comments

Comments
 (0)