diff --git a/.eslintrc.js b/.eslintrc.js index 0f67927..6405261 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -46,11 +46,6 @@ module.exports = { 'import/no-extraneous-dependencies': [ 'off' ], - // turned off to allow js file extension in require statements - // admin bundle.js, vendor.js and others seem to require the file extensions - 'import/extensions': [ - 'off' - ], // turned off because the PHP side returns dangling properties which trigger this... // could revise later and add exceptions for PHP data 'no-underscore-dangle': [