1.1.0 • Published 7 months ago

@valtech-commerce/pwastudio-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@valtech-commerce/pwastudio-config

npm npms.io: Score libraries.io: SourceRank Tests License: MIT

Opinionated PWA Studio configurations.

Configurations

configDescription
eslintConfigurations for ESLint
prettierConfigurations for Prettier
stylelintConfigurations for stylelint

Install

$ npm install @valtech-commerce/pwastudio-config

Usage for ESLint

Add some ESLint config to your .eslintrc.cjs:

module.exports = {
	...require("@valtech-commerce/pwastudio-config/eslint"),
};

Used plugin / configuration

Usage for Prettier

Add some Prettier config to your .prettierrc.cjs:

module.exports = {
	...require("@valtech-commerce/pwastudio-config/prettier"),
};

Usage for stylelint

Add some stylelint config to your .stylelintrc.cjs:

module.exports = {
	...require("@valtech-commerce/pwastudio-config/stylelint"),
};

Used plugin / configuration

Documentation

See the Changelog to see what has changed.

Contribute

See the Contributing Guidelines for ways to get started.

See the Support Guide for ways to get help.

See the Security Policy for sharing vulnerability reports.

This project has a Code of Conduct. By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Valtech Canada inc.