mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Add rollup.config.*.js to import/no-extraneous-dependencies ignore list
This commit is contained in:
@@ -80,6 +80,7 @@ module.exports = {
|
||||
'**/webpack.config.js', // webpack config
|
||||
'**/webpack.config.*.js', // webpack config
|
||||
'**/rollup.config.js', // rollup config
|
||||
'**/rollup.config.*.js', // rollup config
|
||||
'**/gulpfile.js', // gulp config
|
||||
'**/gulpfile.*.js', // gulp config
|
||||
'**/Gruntfile', // grunt config
|
||||
|
||||
Reference in New Issue
Block a user