stylelint-config-conqueror-scss v1.0.0
Stylelint Conqueror Config SCSS
Table of Contents
Getting Started
Features
Package.json scripts
init: Installs dependencies, Husky and update submodules.format: Runs Prettier with the--writeflag for all files.lint:formatting: Runs Prettier with the--checkflag for all files.In the
prettier.ymlAlso run with a
pre-commithook.lint:editorconfig: Runs Editorconfig Checker and checks all files in the project.Also runs with the
editorconfig.ymlworkflow.lint:md: Runs Remark with the--quietflag and checks all markdown files.Also runs with the
markdown.ymlworkflow.lint:ts: Runs ESLint with the flag--fixfor all TypeScript files.Runs with the
eslint.ymlworkflow.Also run with a
pre-commithook.test: Runs Mocha and the tests in the specs/ folder.Also runs using the
mocha.ymlworkflow.commit: Runs Commitizen, Commitlint, and Husky to create commits according to Conventional Commits standards.
If You're Building a Website
Conqueror
If you want to create a website then Conqueror is more suitable for you.
Browtest
Browtest is an application for testing in (WebKit) Safari, (Gecko) Firefox and (Chromium) Edge and Chrome, will allow you to quickly and easily view the site in all the necessary browsers, also it will be a salvation for those who do not have the opportunity to buy Apple products.
Husky
This repository uses .husky as a submodule.
.husky runs pre commit hook and lint commit message.
Authors
See also the list of Authors.
Contributors
If you want to improve something, you can write about it here.
You can also view a list of Contributors.
Contributing
Please read Contributing and Code of Conduct for details, and the process for submitting Pull Request to us.
Versioning
We use SemVer for versioning. You can see the available versions here.
License
This project is licensed under the MIT license - see the LICENSE for details.
Acknowledgments
Thanks to everyone who takes part in the development of the project.
2 years ago