moxystudio / eslint-config

MOXY eslint configuration to be used across several JavaScript projects
MIT License
13 stars 5 forks source link

Reminder: after update to ESLint v6, dissalow 'allow require for configs' for nested configs #73

Closed threequartersjohn closed 5 years ago

threequartersjohn commented 5 years ago

When this package updates to version 6 of ESLint, we must update our override for .config.js files to disallow that same override for nested .config.js files.

This override can be found here.

The update is probably going to be something like:

'files': './*.config.js'
satazor commented 5 years ago

Fixed in master.