Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11Update build scripts from upstream and minor lint tweaks (#1260)XhmikosR
2021-01-05Tweak build-svgs.jsXhmikosR
* change `process.argv` to `includes()`; should work with multiple arguments if we decide to add them later * switch to function declarations * remove redundant return await * catch errors in `processFile()` * add missing `await` in cheerio.load
2020-05-20build-pages.js: lintXhmikosR
2019-10-09Add basic ESLint support. (#37)XhmikosR