Skip to content

Commit 1ff2b3b

Browse files
build(deps-dev): Bump eslint-formatter-pretty from 5.0.0 to 6.0.1 (#1217)
Bumps [eslint-formatter-pretty](https://github.com/sindresorhus/eslint-formatter-pretty) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/sindresorhus/eslint-formatter-pretty/releases) - [Commits](sindresorhus/eslint-formatter-pretty@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: eslint-formatter-pretty dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0525938 commit 1ff2b3b

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed

package-lock.json

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

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"build": "npm run esbuild && npm run tsc",
3333
"esbuild": "node esbuild.config.js",
34-
"eslint": "eslint . --format=node_modules/eslint-formatter-pretty",
34+
"eslint": "eslint .",
3535
"npmpackagejsonlint": "node dist/cli.js ./package.json",
3636
"lint": "npm run eslint && npm run npmpackagejsonlint",
3737
"test": "npm run build && jest",
@@ -66,7 +66,6 @@
6666
"eslint": "^8.56.0",
6767
"eslint-config-tc": "^23.0.0",
6868
"eslint-config-typescript-tc": "^7.0.0",
69-
"eslint-formatter-pretty": "^5.0.0",
7069
"eslint-plugin-eslint-comments": "^3.2.0",
7170
"eslint-plugin-import": "^2.29.1",
7271
"eslint-plugin-jest": "^27.6.3",

0 commit comments

Comments
 (0)