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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Remove no longer needed xo suppressionsXhmikosR
2022-03-25Update devDependencies (#441)XhmikosR
* gulp-sass ^5.0.0 → ^5.1.0 * gulp-stylus ^2.7.0 → ^2.7.1 * mocha ^9.1.3 → ^9.2.2 * node-sass ^7.0.0 → ^7.0.1 * postcss ^8.4.4 → ^8.4.12 * prettier ^2.5.0 → ^2.6.1 * sass ^1.44.0 → ^1.49.9 * stylus ^0.55.0 → ^0.57.0 * xo ^0.47.0 → ^0.48.0
2021-12-01Lint tweaks (#422)XhmikosR
* switch to always using a space in object curly braces * consistently use strict mode * move a constant outside of the constructor * use Object spread instead of Object.assign * use a ternary in more places * remove redundant parentheses * enable `prefer-template` rule so that we are consistent * return early in a few cases
2021-09-07Fix `import/extensions` issuesXhmikosR
2021-08-04Rename less to less3. (#415)XhmikosR
2021-07-26Add Less 4 tests tooXhmikosR
2019-10-23Add Dart Sass testsMartijn Cuppens
2019-02-17Refactor tests. (#90)XhmikosR
2019-02-13ES6-ify and lint all JS files. (#79)XhmikosR
* Enforce LF * ES6-ify and lint all JS files.
2019-02-11Mocha testsMartijn Cuppens