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