The eslint config for frigg javascript projects. It extends airbnb.
$ 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"
}