0.2.4 • Published 4 years ago
@pixelcabin/eslint-config v0.2.4
@pixelcabin/eslint-config
Installation:
$ npm install @pixelcabin/eslint-configUsage:
In a .eslintrc file at the root of the project:
{
"extends": ["@pixelcabin/eslint-config"]
}And, in a .babelrc file at the root of the project:
{
"extends": "@pixelcabin/eslint-config/.babelrc"
}