UNPKG

waft-css-lint

Version:

WAFT Standard shareable config for stylelint

12 lines (11 loc) 289 B
'use strict'; const path = require('path'); const config = require('./config'); module.exports = { "plugins": [ path.resolve(__dirname, "./custom-rules-plugin.js") ], rules: { 'custom-rules-plugin/property-blacklist': [config, { "severity": "error" }] } };