0.1.0 • Published 4 years ago

@toteach-io/stylelint-config-toteach-io v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Stylelint config by toteach.io

if you can write "hello world" you can change the world

Raghu Venkatesh

Stylelint config integration

First, what you need is to install npm package.

npm install --save-dev @toteach-io/eslint-config-toteach-io

Next, install all peer dependencies. The easiest way is to add this lines to your devDependensies

{
  "stylelint": "^10.1.0",
  "stylelint-config-recess-order": "^2.0.3",
  "stylelint-config-standard": "^18.3.0",
  "stylelint-declaration-use-variable": "^1.7.0",
  "stylelint-scss": "^3.9.3"
}

After previous operations add this to your eslint configuration.

{
  "extends": ["@toteach-io/stylelint-config-toteach-io"]
}

PROFIT! Now you can use our stylelint configuration in your awesome projects!

⬆ Go top