1.0.0 • Published 3 years ago

@qoollo/stylelint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

:whale: @Qoollo/stylelint-config :whale:

Базовая конфигурация Stylelint компании Qoollo

:dart: Использование

  1. Установить из NPM
npm i --save-dev @qoollo/stylelint-config

s 2. Создать в корне проекта файл .stylelintrc.json с указанным содержимым

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

:bulb: Ручной запуск

Для запуска можно использовать следующие команды

{
  "lint:style": "npx stylelint \"./src/**/*{.css,.scss}\"",
  "lint:style:fix": "npx stylelint \"./src/**/*{.css,.scss}\" --fix"
}