eslint-config-flamingo-carotene
v9.0.0-alpha.13
Published
Flamingo carotene default ESLint config
Downloads
31
Keywords
Readme
Module eslint-config-flamingo-carotene
This package provides a Flamingo Carotene ESLint config that can also be used and extended inside your projects.
How to use
npm i -D eslint-config-flamingo-carotene
To extend the config simply use the extend property of the ESLint config file.
module.exports = {
extends: 'flamingo-carotene'
}
How it works
It extends the eslint-config-standard and adds some few configurations.