build: Disable some eslint rules in /bin

This commit is contained in:
Cole Bemis
2018-05-17 22:21:17 -07:00
parent 23b17b9c55
commit 76f29d8565
8 changed files with 13 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import processSvg from './process-svg';
const IN_DIR = path.resolve(__dirname, '../icons');
console.log(`Processing SVGs in ${IN_DIR}`); // eslint-disable-line no-console
console.log(`Processing SVGs in ${IN_DIR}`);
fs
.readdirSync(IN_DIR)