Skip to content

Commit

Permalink
build: upgrade to linzjs/style 4.2.0 (#400)
Browse files Browse the repository at this point in the history
* build: upgrade to linzjs/style 4.2.0

* refactor: apply typescript fix
  • Loading branch information
blacha authored Jun 29, 2023
1 parent 519bd0c commit 55c153c
Show file tree
Hide file tree
Showing 6 changed files with 1,250 additions and 278 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'),
};
Loading

0 comments on commit 55c153c

Please sign in to comment.