Skip to content

boopathi/eslint-config-phrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-phrontend

An eslint config for phrontend and phrontend-webpack. If you like our style guide (eslint config), you can simply use it in your own project.

Install

npm install eslint-config-phrontend --save-dev

eslint-config-phrontend uses babel-eslint as the parser. If you're using npm@3, peerDependencies are not automatically installed. So you'd have to manually install babel-eslint.

npm install babel-eslint --save-dev

Usage

// .eslintrc
{
  "extends": "phrontend"
}

Examples

  1. https://github.com/flipkart-incubator/phrontend-webpack/blob/master/.eslintrc
  2. https://github.com/flipkart-incubator/phrontend/blob/master/.eslintrc

About

Eslint config for phrontend and phrontend applications

Resources

Stars

Watchers

Forks

Packages

No packages published