@lightech-llc/stylelint-config

1.0.1 • Public • Published

Installation and setup

  • Run the commands:
yarn add -D @lightech-llc/stylelint-config
yarn add -D postcss
  • Create the file .stylelintrc at the source root of your project, example:
{
  "extends": [
    "@lightech-llc/stylelint-config/scss",
    "@lightech-llc/stylelint-config/angular"
  ],
  "ignoreFiles": [
    "**/dist/**",
    "**/coverage/**",
    "**/node_modules/**",
    "**/.angular/**"
  ]
}
  • Add next script to package.json:
"scripts": {
  "stylelint": "stylelint '**/*.scss'"
}

Readme

Keywords

Package Sidebar

Install

npm i @lightech-llc/stylelint-config

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

4.13 kB

Total Files

4

Last publish

Collaborators

  • antonblits
  • zhmanskiy
  • nikita.kovalev.work
  • thelightech