@billogram/task-scss-lint
Task for linting SCSS source files using stylelint
Install
yarn add @billogram/task-scss-lint
Usage
Add the task to a task runner.
import taskScssLint from '@billogram/task-scss-lint';
import TaskRunner from '@billogram/task-runner';
const runner = new TaskRunner('build-scripts');
runner.add('scss-lint', taskScssLint());
This will add the lint SCSS task to the build scripts.
> build-scripts scss-lint
Note
This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.
License
MIT