Read our style guide
$ yarn add @shelf/eslint-config --dev
import tsConfig from '@shelf/eslint-config/typescript';
export default [...tsConfig];
import feTsConfig from '@shelf/eslint-config/frontend-typescript';
export default [
...feTsConfig,
{
settings: {
react: {
version: 'detect',
},
},
},
];
$ yarn version
$ git push --tags
MIT © Shelf