11.0.0 • Published 8 years ago

generator-eslint-shopify v11.0.0

Weekly downloads
47
License
-
Repository
github
Last release
8 years ago

generator-eslint-shopify

NPM version Dependency Status Build Status

A Yeoman generator for creating a Shopify-focused ESLint config.

Installation

First, install Yeoman and generator-esnext-test using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-eslint-shopify

Then generate your ESLint configuration:

yo eslint-shopify

What You Get

The following is installed by this generator (test/.eslintrc is only installed when the needsTest option/ prompt is true, and the test directory can be configured with the testDir option/ prompt):

|-- .eslintrc
|-- .eslintignore
|-- test/
  |-- .eslintrc

The generator prompts will take you through setting up your config, including what environments you are working in and what directories/ rules to ignore. The package.json file is created if it does not exist, and the scripts property is augmented with a lint command.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.
11.0.0

8 years ago

10.5.0

8 years ago

10.2.0

8 years ago

10.1.0

8 years ago

10.0.0

8 years ago

9.0.0

8 years ago

8.0.0

8 years ago

7.0.0

8 years ago

6.2.1

8 years ago

6.2.0

8 years ago

6.0.1

8 years ago

6.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago