0.4.1 • Published 3 years ago

eslint-plugin-hydrogen-matt v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-plugin-hydrogen

Hydrogen provides an ESLint plugin to enforce Shopify’s javascript best practices and catch common issues when using React Server components in Hydrogen apps.

Configurations

Recommended

This plugin exports a recommended configuration.

To enable this configuration use the extends property in your .eslintrc.js config file:

{
  extends: 'plugin:hydrogen/recommended',
}

Contributing

If you've come here to help contribute – Thank you ❤️ Take a look at the contributing docs(./.github/contributing.md to get getting started.

Installation

You'll first need to install ESLint in addition to this module.

yarn add --dev eslint eslint-plugin-hydrogen

Usage

Hydrogen’s ESLint configurations come bundled in this package. To use them you must extend the relevant configuration in your project’s .eslintrc.js.