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:
committed by
Facebook GitHub Bot
parent
c7df339a4a
commit
7638afb5d6
@@ -21,7 +21,6 @@ export default createESLintRule<Options, MessageIds>({
|
||||
type: 'problem',
|
||||
docs: {
|
||||
description: 'TBD',
|
||||
category: 'Possible Errors',
|
||||
recommended: 'warn',
|
||||
},
|
||||
schema: [],
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user