Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Pixel2HTML/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-pixel2html

This is a shareable ESLint configuration used by Pixel2HTML.

Installation

If you're using our Frontend Boilerplate or our Shopify Boilerplate then you don't have to do anything you're already linting like a boss.

Manual Installation

npm install eslint eslint-config-pixel2html --save-dev

Then set your .eslintrc or in your eslint field inside package.json:

{
  "extends": "pixel2html"
}

That's it! You can override the settings from eslint-config-pixel2html by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.