base-config-tuia is a shared configuration package for stylelint, commitlint, and lint-staged, designed to standardize frontend development workflows. Version 1.0.16 is the latest stable release. It provides predefined configurations for CSS linting, commit message conventions, and pre-commit hooks. The package is lightweight and requires manual installation of peer dependencies like stylelint, commitlint, husky, and lint-staged. Compared to alternatives like `@commitlint/config-conventional` alone, base-config-tuia bundles multiple tools into a single dependency.
npm install base-config-tuiaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install base-config-tuia and set up configuration files for stylelint, lint-staged, and commitlint.
Remove 'lint-staged' key from package.json when using .lintstagedrc.js
Use correct path with forward slash
Consider using alternative like @commitlint/config-conventional directly
Use 'base-config-tuia/lintstaged' with forward slash
Run `npm install base-config-tuia --save-dev`
Create .stylelintrc.js with `extends: ['base-config-tuia/stylelintrc']`