@hedgehoglab/stylelint-config-vue
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

hedgehog lab logo

@hedgehoglab/stylelint-config-vue

This package contains the standard Stylelint configuration used on all hedgehog lab projects, both internally and for our clients.

[!NOTE]
This package contains Vue-specific rules, and not the basic rules. Please pull in the basic config alongside this one as needed.

Usage

Add the config to your project dependencies:

yarn add -D @hedgehoglab/stylelint-config-vue

or

pnpm add -D @hedgehoglab/stylelint-config-vue

or

npm install -D @hedgehoglab/stylelint-config-vue

Add the config to your stylelint.config.js:

module.exports = {
    extends: ['@hedgehoglab/stylelint-config-vue'],
};

Contributing

If you disagree with any rules in this linter, or feel additional rules should be added, please open an issue on this project to initiate an open dialogue with all team members.

Please bear in mind this is a public repository, and all contributions follow the project Code of Conduct.

For instructions on how to contribute code to this project, please see the CONTRIBUTING.md.

Package Sidebar

Install

npm i @hedgehoglab/stylelint-config-vue

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

3.98 kB

Total Files

7

Last publish

Collaborators

  • samturrell
  • bethehedgehog
  • hogfather