@shelf/eslint-config
v5.4.0
Published
ESLint Config for Shelf Projects
Downloads
51,095
Maintainers
Readme
@shelf/eslint-config 
Style Guide
Read our style guide
Install
$ yarn add @shelf/eslint-config --devUsage
Backend
import tsConfig from '@shelf/eslint-config/typescript';
export default [...tsConfig];Frontend
import feTsConfig from '@shelf/eslint-config/frontend-typescript';
export default [
...feTsConfig,
{
settings: {
react: {
version: 'detect',
},
},
},
];Publish
$ yarn version
$ git push --tagsLicense
MIT © Shelf
