feat!: exclude react config from default package

This commit is contained in:
Anthony Fu
2022-09-19 10:28:57 +08:00
parent b25d6e98bc
commit 61ef0a0570
4 changed files with 1 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ module.exports = {
'@typescript-eslint/no-loss-of-precision': 'error',
'lines-between-class-members': 'off',
'@typescript-eslint/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
// The following rule overrides require a parser service, aka. require a `typescript.json` path.
// This needs to be done individually for each project, and it slows down linting significantly.
// 'no-throw-literal': 'off',