diff --git a/index.js b/index.js index d9984be..3dc499d 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,10 @@ module.exports = { "env": { "browser": true }, - 'extends': [ 'plugin:@wordpress/eslint-plugin/recommended-with-formatting' ], + 'extends': [ + 'plugin:@wordpress/eslint-plugin/recommended-with-formatting', + 'plugin:import/typescript' + ], 'globals': { '$': 'readonly', 'jQuery': 'readonly',