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"
}
General eslint configuration for Cast Iron Coding projects
<script type="module">
import castironEslintConfigCic from 'https://cdn.skypack.dev/@castiron/eslint-config-cic';
</script>
An ESLint Shareable Config for CIC projects
yarn add eslint-config-cic -D
Then add this to your .eslintrc file:
{
"extends": "cic"
}