Skip to content

Commit 8cf75f4

Browse files
authored
Merge pull request #1607 from mightyiam/no-editorconfig-checker
chore: rm editorconfig-checker
2 parents f02f695 + 24be6f3 commit 8cf75f4

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

package-lock.json

-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
"lint": "eslint .",
99
"format/check": "prettier . --check",
1010
"format/fix": "prettier . --write",
11-
"editorconfig": "editorconfig-checker",
1211
"unit": "ava",
13-
"test": "run-s clean-artifacts format/check editorconfig compile lint unit",
12+
"test": "run-s clean-artifacts format/check compile lint unit",
1413
"clean-artifacts": "git clean lib -X --force",
1514
"is-code-clean": "git diff-index HEAD --quiet",
1615
"prepublishOnly": "run-s is-code-clean test"
@@ -72,7 +71,6 @@
7271
"@types/ungap__structured-clone": "1.2.0",
7372
"@ungap/structured-clone": "1.2.0",
7473
"ava": "6.1.3",
75-
"editorconfig-checker": "5.1.8",
7674
"eslint": "8.57.0",
7775
"js-yaml": "4.1.0",
7876
"just-diff": "6.0.2",

0 commit comments

Comments
 (0)