A set of styles & rules for React Applications.
To use this package with NPM run the following command:
npm install --save eslint-config-ideologic
In your .eslintrc file, add the following configuration:
{
"extends":"ideologic"
}
- Luis Miguel Pena - Initial commit -lupena