Monorepo for managing all the linter configs used on projects within the hedgehog labs organisation.
Note
The @hedgehoglab/eslint-config
package pulls in all of the framework specific configs, so you should only need to pull in the specific config packages if there are incompatibilities.
- @hedgehoglab/eslint-config
- @hedgehoglab/eslint-config-basic
- @hedgehoglab/eslint-config-ts
- @hedgehoglab/eslint-config-vue
- @hedgehoglab/eslint-config-nuxt
- @hedgehoglab/eslint-config-react
Note
The @hedgehoglab/stylelint-config
package pulls in all of the framework/pre-processor specific configs, so you should only need to pull in the specific config packages if there are incompatibilities.
- @hedgehoglab/stylelint-config
- @hedgehoglab/stylelint-config-basic
- @hedgehoglab/stylelint-config-scss
- @hedgehoglab/stylelint-config-vue
Please bear in mind this is a public repository.
For instructions on how to contribute code to this project, please see the CONTRIBUTING.md.