Skip to content

Commit

Permalink
feat: support only ESLint 9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: formatter now only works with ESLint 9 as it uses
ESM `export`
  • Loading branch information
xobotyi committed Nov 26, 2024
1 parent 26c04c0 commit 55ee96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-hookz/eslint-formatter-gha",
"description": "Eslint formatter that that outputs GitHub Actions annotations.",
"version": "2.0.0",
"version": "3.0.0",
"keywords": [
"eslint",
"formatter",
Expand Down Expand Up @@ -59,7 +59,7 @@
"postpack": "pinst --enable",
"build": "yarn build:clean && tsc --version && tsc",
"build:clean": "yarn rimraf ./dist",
"lint": "eslint .",
"lint": "eslint",
"lint:fix": "yarn lint --fix --fix-type problem,suggestion,layout"
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit 55ee96b

Please sign in to comment.