Read our style guide
$ pnpm add --save-dev --save-exact @shelf/eslint-configimport tsConfig from '@shelf/eslint-config/typescript';
export default [...tsConfig];import feTsConfig from '@shelf/eslint-config/frontend-typescript';
export default [
...feTsConfig,
{
settings: {
react: {
version: 'detect',
},
},
},
];$ pnpm version patch
$ git push --follow-tagsMIT © Shelf