Skip to content

Commit

Permalink
Merge pull request #1607 from mightyiam/no-editorconfig-checker
Browse files Browse the repository at this point in the history
chore: rm editorconfig-checker
  • Loading branch information
mightyiam authored Jun 15, 2024
2 parents f02f695 + 24be6f3 commit 8cf75f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"lint": "eslint .",
"format/check": "prettier . --check",
"format/fix": "prettier . --write",
"editorconfig": "editorconfig-checker",
"unit": "ava",
"test": "run-s clean-artifacts format/check editorconfig compile lint unit",
"test": "run-s clean-artifacts format/check compile lint unit",
"clean-artifacts": "git clean lib -X --force",
"is-code-clean": "git diff-index HEAD --quiet",
"prepublishOnly": "run-s is-code-clean test"
Expand Down Expand Up @@ -72,7 +71,6 @@
"@types/ungap__structured-clone": "1.2.0",
"@ungap/structured-clone": "1.2.0",
"ava": "6.1.3",
"editorconfig-checker": "5.1.8",
"eslint": "8.57.0",
"js-yaml": "4.1.0",
"just-diff": "6.0.2",
Expand Down

0 comments on commit 8cf75f4

Please sign in to comment.