Skip to content

Commit

Permalink
rename config files to fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
barrymun committed Apr 4, 2024
1 parent ab8bf5f commit 79b9aef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"ignorePatterns": ["node_modules", "dist", "*.config.js"],
"ignorePatterns": ["node_modules", "dist", "*.config.js", "*.config.cjs"],
"plugins": ["@typescript-eslint", "prettier", "import"],
"extends": [
"eslint:recommended",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
File renamed without changes.

0 comments on commit 79b9aef

Please sign in to comment.