Skip to content

Commit

Permalink
Upgrade eslint plugin (#819)
Browse files Browse the repository at this point in the history
* feat: upgrade eslint plugin

* 2.0.2
  • Loading branch information
0xflotus authored Feb 17, 2025
1 parent 2ed108d commit 96868d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default [
"hex-under": eslintPluginHexUnder,
},
rules: {
"hex-under/hex-under": "error",
"hex-under/hex-under": ["warn", { limit: 255 }],
},
},
];
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ip2d",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/index.js",
"author": "0xflotus",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@typescript-eslint/parser": "8.24.1",
"dprint": "0.49.0",
"eslint": "9.20.1",
"eslint-plugin-hex-under": "0.1.4",
"eslint-plugin-hex-under": "0.2.5",
"globals": "15.15.0",
"jest": "29.7.0",
"typescript": "5.7.3",
Expand Down

0 comments on commit 96868d7

Please sign in to comment.