Stylelint sharable config for Bitfactory NL (part of NOBEARS) projects
npm install @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
- Quick Start
- Contributing
- Installation
- Configuration
- CLI Usage
- Editor Integration
For a quick start guide with basic installation and configuration, see QUICKSTART.md.
For information about contributing to this project, including publishing guidelines, local development setup, and debugging tips, see CONTRIBUTING.md.
For detailed installation instructions including peer dependencies and syntax-specific setup (PostCSS, SCSS, SASS, Tailwind, Vue), see Installation Guide.
For configuration examples (PostCSS, SCSS, SASS, Tailwind, Vue) and advanced configuration options (custom plugins, rule overrides, disabling rules), see Configuration Guide.
For CLI usage instructions and command examples, see CLI Usage Guide.
For editor integration instructions (Visual Studio Code, PhpStorm), see Editor Integration Guide.