Clean up
This commit is contained in:
parent
5bdf68eabd
commit
d5aa9c43bb
15 changed files with 166 additions and 285 deletions
|
|
@ -8,7 +8,7 @@ const rootDir = path.resolve(__dirname, '..');
|
|||
const pictureDir = path.join(rootDir, 'src/pictures');
|
||||
|
||||
const files = (await readdir(pictureDir)).filter((file) =>
|
||||
file.toLowerCase().endsWith('.jpg')
|
||||
/\.jpe?g$/i.test(file)
|
||||
);
|
||||
|
||||
const offenders = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue