Add rollup.config.*.js to import/no-extraneous-dependencies ignore list

This commit is contained in:
Nicolas Jakob
2017-04-24 16:24:54 +02:00
parent 8eee1f1b69
commit 7abd9a929c

View File

@@ -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