eslint-config-chefsplate
v1.1.6
Published
ESLint Config For Chefs Plate Apps
Downloads
15
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.