Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Nov 21, 2024
1 parent 572ea95 commit 90d1ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pnpm-lock.yaml
package-lock.json
node_modules
dist
README.md
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export default [
},
},
{
ignores: ["dist/"]
}
ignores: ['dist/'],
},
];

0 comments on commit 90d1ea5

Please sign in to comment.