eslint-config-chefsplate

ESLint Config For Chefs Plate Apps

Usage no npm install needed!

<script type="module">
  import eslintConfigChefsplate from 'https://cdn.skypack.dev/eslint-config-chefsplate';
</script>

README

eslint-config-chefsplate

This package provides Chefs Plate's .eslintrc as an extensible shared config. It extends eslint-config-airbnb.

Our default export contains all of our ESLint rules.


Making Updates

Changes are made to src/index.js. Run npm run build to output to dist/index.js, which will be published with package.json to npm while all other files are ignored.