@wacg/stylelint-config

1.0.1 • Public • Published

WACG stylelint Config

stylelint configuration file for WACG projects

Installing

npm

npm i -D stylelint @wacg/stylelint-config

yarn

yarn add -D stylelint @wacg/stylelint-config

Configuration

add .stylelintrc.js in the root dirictory of your project with following content:

module.exports = {
  extends: [
    '@wacg/stylelint-config'
  ]
}

Tasks

add the following task to the scripts section of your package.json

"scripts": {
  "lint": "stylelint **/*.css",
  "lint:fix": "stylelint **/*.css --fix"
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @wacg/stylelint-config

      Weekly Downloads

      7

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      9.49 kB

      Total Files

      4

      Last publish

      Collaborators

      • wacg_tk
      • sewacg