UNPKG

sandpaper

Version:

Sandpaper is a commandline tool that's used to smooth out the rough edges when coding websites using HTML, CSS, and Javascript.

9 lines (6 loc) 162 B
'use strict'; const path = require('path'); const config = { extends: path.resolve('./node_modules/stylelint-config-recommended/') }; exports.config = config;