Skip to content

Commit

Permalink
chore: move to esm resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jul 17, 2023
1 parent 56f31a9 commit dd50a1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/common-i18n/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/**
* Specific eslint rules for this app/package, extends the base rules
* @see https://github.com/belgattitude/nextjs-monorepo-example/blob/main/docs/about-linters.md
* @see https://github.com/wayofdev/next-starter-tpl/blob/master/docs/about-linters.md
*/

// Workaround for https://github.com/eslint/eslint/issues/3458 (re-export of @rushstack/eslint-patch)
require('@wayofdev/eslint-config-bases/patch/modern-module-resolution')

const { getDefaultIgnorePatterns } = require('@wayofdev/eslint-config-bases/helpers')

module.exports = {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit dd50a1b

Please sign in to comment.