Skip to content

Commit 0114da2

Browse files
committed
deps: eslint-formatter-unix
Problem: $ eslint --format=unix . The unix formatter is no longer part of core ESLint. Install it manually with `npm install -D eslint-formatter-unix` Solution: Install `eslint-formatter-unix`.
1 parent ef06f05 commit 0114da2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package-lock.json

Lines changed: 17 additions & 0 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@typescript-eslint/parser": "^8.41.0",
1717
"eslint": "^9.34.0",
1818
"eslint-config-prettier": "^10.1.8",
19+
"eslint-formatter-unix": "^8.40.0",
1920
"eslint-plugin-import": "^2.32.0",
2021
"eslint-plugin-unicorn": "^60.0.0",
2122
"husky": "^9.1.7",

0 commit comments

Comments
 (0)