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 f350943 commit 34b0097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module.exports = {
...require('@linzjs/style/.prettierrc.cjs'),
};
module.exports = { ...require('@linzjs/style/.eslintrc.cjs') };
4 changes: 1 addition & 3 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module.exports = {
...require('@linzjs/style/.prettierrc.cjs'),
};
module.exports = { ...require('@linzjs/style/.prettierrc.cjs') };

0 comments on commit 34b0097

Please sign in to comment.