Skip to content

Commit

Permalink
remove import/dynamic-import-chunkname
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jun 3, 2022
1 parent 535e095 commit cb48819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/prefer-as-const': 'warn',
'import/default': 'error',
'import/dynamic-import-chunkname': 'error',
'import/export': 'error',
'import/named': 'error',
'import/no-anonymous-default-export': 'off',
Expand Down

0 comments on commit cb48819

Please sign in to comment.