@bitfactory/stylelint-config
Version:
Stylelint sharable config for Bitfactory NL (part of NOBEARS) projects
48 lines (31 loc) • 2.45 kB
Markdown
# @bitfactory/stylelint-config
[](https://github.com/bitfactory-nl/shared-npm-stylelint-config-bitfactory)
[](https://lbesson.mit-license.org/)
[](https://stylelint.io/)
[](https://nodejs.org/)
[](https://github.com/bitfactory-nl/shared-npm-stylelint-config-bitfactory/actions/workflows/npm-publish.yml)
[](https://npmjs.com/package/@bitfactory/stylelint-config)
Shareable Stylelint config for Stylelint v16+. All rules and configurations are pre-configured. Rules can be overridden as needed.
> [!IMPORTANT]
> **v6.3.0+ supports both ES modules (ESM) and CommonJS.**
>
> Use `.mjs` config files for ESM or traditional `.js`/`.cjs` files for CommonJS.
- [@bitfactory/stylelint-config](#bitfactorystylelint-config)
- [Quick Start](#quick-start)
- [Contributing](#contributing)
- [Installation](#installation)
- [Configuration](#configuration)
- [CLI Usage](#cli-usage)
- [Editor Integration](#editor-integration)
## Quick Start
For a quick start guide with basic installation and configuration, see [QUICKSTART.md](QUICKSTART.md).
## Contributing
For information about contributing to this project, including publishing guidelines, local development setup, and debugging tips, see [CONTRIBUTING.md](CONTRIBUTING.md).
## Installation
For detailed installation instructions including peer dependencies and syntax-specific setup (PostCSS, SCSS, SASS, Tailwind, Vue), see [Installation Guide](docs/01-installation.md).
## Configuration
For configuration examples (PostCSS, SCSS, SASS, Tailwind, Vue) and advanced configuration options (custom plugins, rule overrides, disabling rules), see [Configuration Guide](docs/02-configuration.md).
## CLI Usage
For CLI usage instructions and command examples, see [CLI Usage Guide](docs/03-cli-usage.md).
## Editor Integration
For editor integration instructions (Visual Studio Code, PhpStorm), see [Editor Integration Guide](docs/04-editor-integration.md).