eslint-config-cic
v0.0.1
Published
General eslint configuration for Cast Iron Coding projects
Keywords
Readme
eslint-config-cic
An ESLint Shareable Config for CIC projects
Install
yarn add eslint-config-cic -DThen add this to your .eslintrc file:
{
"extends": "cic"
}