Upgrade typescript linter

Summary:
Just shows some warnings when running `yarn lint` otherwise about lack of compatibility.

Required updating the rules because of a breaking change here: https://github.com/typescript-eslint/typescript-eslint/pull/3800/files

Reviewed By: lblasa

Differential Revision: D33533052

fbshipit-source-id: fd73d534bbd6e1933321b5811832b05a9739af95
This commit is contained in:
Pascal Hartig
2022-01-13 11:08:08 -08:00
committed by Facebook GitHub Bot
parent c7df339a4a
commit 7638afb5d6
6 changed files with 139 additions and 94 deletions

View File

@@ -21,7 +21,6 @@ export default createESLintRule<Options, MessageIds>({
type: 'problem',
docs: {
description: 'TBD',
category: 'Possible Errors',
recommended: 'warn',
},
schema: [],

View File

@@ -21,7 +21,6 @@ export default createESLintRule<Options, MessageIds>({
type: 'suggestion',
docs: {
description: '`remote` is slow. Please be careful when using it.',
category: 'Possible Errors',
recommended: 'warn',
},
schema: [],

View File

@@ -38,7 +38,6 @@ export default createESLintRule<Options, MessageIds>({
type: 'problem',
docs: {
description: `Ensure that package boundaries are respected within monorepo`,
category: 'Possible Errors',
recommended: 'error',
},
schema: [],