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

Latest commit

 

History

History
28 lines (20 loc) · 424 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 424 Bytes

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"
}