| const { nodeConfig } = require( '@automattic/calypso-eslint-overrides' ); | |
| module.exports = { | |
| overrides: [ | |
| { | |
| files: [ './bin/**/*', './webpack.config.js' ], | |
| ...nodeConfig, | |
| }, | |
| ], | |
| }; | |
| const { nodeConfig } = require( '@automattic/calypso-eslint-overrides' ); | |
| module.exports = { | |
| overrides: [ | |
| { | |
| files: [ './bin/**/*', './webpack.config.js' ], | |
| ...nodeConfig, | |
| }, | |
| ], | |
| }; | |