Skip to content

Commit

Permalink
MNT Dissallow extentions in require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored Nov 10, 2021
1 parent 5c771c2 commit b07536b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit b07536b

Please sign in to comment.