Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit e47bc25

Browse files
Bump eslint-formatter-pretty from 5.0.0 to 6.0.1 (#590)
* Bump eslint-formatter-pretty from 5.0.0 to 6.0.1 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] <support@github.com> * Remove eslint-formatter-pretty --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Lindner <5178550+tclindner@users.noreply.github.com>
1 parent 0b40fd3 commit e47bc25

File tree

2 files changed

+4
-154
lines changed

2 files changed

+4
-154
lines changed

package-lock.json

Lines changed: 3 additions & 152 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"main": "index.js",
3131
"scripts": {
32-
"eslint": "eslint . --format=node_modules/eslint-formatter-pretty --ignore-pattern=test/example-files/**",
32+
"eslint": "eslint . --ignore-pattern=test/example-files/**",
3333
"lint": "npm run npmpackagejsonlint && npm run eslint",
3434
"npmpackagejsonlint": "npmPkgJsonLint .",
3535
"test": "jest --testPathIgnorePatterns=test/example-files/test-file-with-multiple-components.test.js"
@@ -39,7 +39,6 @@
3939
"enhanced-resolve": "^5.15.0",
4040
"eslint": "^8.56.0",
4141
"eslint-config-tc": "^23.0.0",
42-
"eslint-formatter-pretty": "^5.0.0",
4342
"eslint-plugin-eslint-comments": "^3.2.0",
4443
"eslint-plugin-import": "^2.29.1",
4544
"eslint-plugin-jest": "^27.8.0",

0 commit comments

Comments
 (0)