Skip to content

Commit e46bb7f

Browse files
author
Kelly Selden
committed
allow dynamicImport
1 parent e829e09 commit e46bb7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ module.exports = {
1212
rules: {
1313
'strict': 'error',
1414

15+
'node/no-unsupported-features/es-syntax': ['error', {
16+
'ignores': [
17+
// remove once https://github.com/mysticatea/eslint-plugin-node/issues/250 is fixed
18+
'dynamicImport'
19+
]
20+
}],
21+
1522
'json-files/restrict-ranges': [2, { pinUnstable: true }]
1623
}
1724
};

0 commit comments

Comments
 (0)