@shelf/eslint-config
v6.0.0
Published
ESLint Config for Shelf Projects
Downloads
82,519
Maintainers
Readme
@shelf/eslint-config 
Style Guide
Read our style guide
Install
$ pnpm add --save-dev --save-exact @shelf/eslint-configUsage
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
$ pnpm version patch
$ git push --tagsLicense
MIT © Shelf
