@valtech-commerce/pwastudio-config

1.1.0 • Public • Published

@valtech-commerce/pwastudio-config

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

Opinionated PWA Studio configurations.

Configurations

config Description
eslint Configurations for ESLint
prettier Configurations for Prettier
stylelint Configurations 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.

Package Sidebar

Install

npm i @valtech-commerce/pwastudio-config

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

19.5 kB

Total Files

11

Last publish

Collaborators

  • valtech_commerce_ci
  • jblandry
  • valtech_commerce