Skip to content

Commit

Permalink
fix: correct import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed May 11, 2023
1 parent 62aee3f commit e246660
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,3 +1,3 @@
module.exports = {
...require('@linzjs/style/.eslintrc.js'),
...require('@linzjs/style/.eslintrc.cjs'),
};
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
...require('@linzjs/style/.prettierrc.js'),
...require('@linzjs/style/.prettierrc.cjs'),
};

0 comments on commit e246660

Please sign in to comment.