0.1.7 • Published 1 year ago

eslint-plugin-shopify-zero v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-plugin-shopify-zero

Zero-dependency ESLint plugin for Shopify's JavaScript style guide.

Includes only React and TypeScript plugins.

Usage

  1. npm install -D eslint
  2. npm install -D eslint-plugin-shopify-zero
  3. Extend in .eslintrc:
{
  "extends": [
    "plugin:eslint-plugin-shopify-zero/typescript",
    "plugin:eslint-plugin-shopify-zero/react"
  ]
}

Custom rules

This plugin provides the following custom rules:

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago