Skip to content

Commit

Permalink
feat: enable no-import-namespace-destructure
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 17, 2023
1 parent dce3774 commit 128c7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ module.exports = {
},
],
'canonical/import-specifier-newline': 2,
'canonical/no-import-namespace-destructure': 2,
'canonical/no-restricted-strings': 0,
'canonical/no-use-extend-native': 2,
'canonical/sort-destructure-keys': 2,
Expand Down

0 comments on commit 128c7ec

Please sign in to comment.