Skip to content

Commit d6525c5

Browse files
committed
Remove autolinkable-stylish, given VS Code autolinks eslint now
1 parent fa901d9 commit d6525c5

File tree

4 files changed

+419
-261
lines changed

4 files changed

+419
-261
lines changed

Herebyfile.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,14 +561,11 @@ export const lint = task({
561561
description: "Runs eslint on the compiler and scripts sources.",
562562
run: async () => {
563563
const folder = ".";
564-
const formatter = cmdLineOptions.ci ? "stylish" : "autolinkable-stylish";
565564
const args = [
566565
"node_modules/eslint/bin/eslint",
567566
"--cache",
568567
"--cache-location",
569568
`${folder}/.eslintcache`,
570-
"--format",
571-
formatter,
572569
"--report-unused-disable-directives",
573570
"--max-warnings",
574571
"0",

knip.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ignore": [
2929
"scripts/failed-tests.d.cts"
3030
],
31-
"ignoreDependencies": ["c8", "eslint-formatter-autolinkable-stylish", "mocha-fivemat-progress-reporter", "monocart-coverage-reports"],
31+
"ignoreDependencies": ["c8", "mocha-fivemat-progress-reporter", "monocart-coverage-reports"],
3232
"ignoreExportsUsedInFile": {
3333
"enum": true,
3434
"interface": true,

0 commit comments

Comments
 (0)