Skip to content

Commit

Permalink
Allow importing from @t2
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-overasen committed Jan 10, 2025
1 parent 8aebb33 commit e0c3081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
env: {
browser: true,
},
settings: {
'import/core-modules': ['@t2/editor'],
},
rules: {
'jsdoc/require-param': 'off',
'@wordpress/no-global-event-listener': 'off',
Expand Down

0 comments on commit e0c3081

Please sign in to comment.