diff --git a/index.js b/index.js index b41e94d..6aaacc8 100644 --- a/index.js +++ b/index.js @@ -111,5 +111,9 @@ module.exports = { }], // require object literal shorthand syntax 'object-shorthand': ['error', 'always'], + // Warn when file extensions are not used on import paths + 'import/extensions': ['warn', 'always', { + ignorePackages: true, + }], }, }