Skip to content

Commit

Permalink
chore: add eslint support
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 28, 2024
1 parent cf79357 commit 1872a9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/plugin-avalanche/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import eslintGlobalConfig from "../../eslint.config.mjs";

export default [...eslintGlobalConfig];
3 changes: 2 additions & 1 deletion packages/plugin-avalanche/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup src/index.ts --format esm --no-dts"
"build": "tsup src/index.ts --format esm --no-dts",
"lint": "eslint --fix --cache ."
},
"peerDependencies": {
"whatwg-url": "7.1.0"
Expand Down

0 comments on commit 1872a9b

Please sign in to comment.