Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

frigg/eslint-config-frigg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frigg.io eslint-config

The eslint config for frigg javascript projects. It extends airbnb.

Install

 $ npm i --save-dev https://github.com/frigg/eslint-config-frigg.git

If you haven't installed eslint, babel-eslint and if you use react you also need eslint-plugin-react.

then add the following in your .eslintrc.

{
  "extends": "frigg"
}

or

{
  "extends": "frigg/react"
}

Releases

No releases published

Packages

No packages published