Skip to content

Commit

Permalink
Exclude folder-opened from unused icon list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed May 12, 2021
1 parent 6d20d9c commit 64b18a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warnings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const items = require('./data/items.json');

const skipUnusedIcons = ['file', 'folder'];
const skipUnusedIcons = ['file', 'folder', 'folder-opened'];

/**
* Exported functions.
Expand Down

0 comments on commit 64b18a6

Please sign in to comment.