Skip to content

Commit

Permalink
fix: formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Aug 15, 2023
1 parent 34b0097 commit 682c283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { ...require('@linzjs/style/.eslintrc.cjs') };
module.exports = { ...require('@linzjs/style/.eslintrc.cjs') };
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { ...require('@linzjs/style/.prettierrc.cjs') };
module.exports = { ...require('@linzjs/style/.prettierrc.cjs') };

0 comments on commit 682c283

Please sign in to comment.