mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
build: Disable some eslint rules in /bin
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user