Skip to content

Commit 62c58c2

Browse files
committed
Mitigate an issue with redefinition of @typescript-eslint/eslint-plugin.
1 parent 704a4cf commit 62c58c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • rigs/decoupled-local-node-rig/profiles/default/includes/eslint/flat/profile

rigs/decoupled-local-node-rig/profiles/default/includes/eslint/flat/profile/_common.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
const { expandNamingConventionSelectors } = require('@rushstack/eslint-config/flat/profile/_macros');
55
const { commonNamingConventionSelectors } = require('@rushstack/eslint-config/flat/profile/_common');
66
const rushstackEslintPlugin = require('@rushstack/eslint-plugin');
7-
const typescriptEslintPlugin = require('@typescript-eslint/eslint-plugin');
7+
// TODO: Put back when when the decoupled local dependency update goes in
8+
// const typescriptEslintPlugin = require('@typescript-eslint/eslint-plugin');
89
const importEslintPlugin = require('eslint-plugin-import');
910
const headersEslintPlugin = require('eslint-plugin-headers');
1011

@@ -16,7 +17,7 @@ module.exports = {
1617
files: ['**/*.ts', '**/*.tsx'],
1718
plugins: {
1819
'@rushstack': rushstackEslintPlugin,
19-
'@typescript-eslint': typescriptEslintPlugin,
20+
// '@typescript-eslint': typescriptEslintPlugin,
2021
import: importEslintPlugin,
2122
headers: headersEslintPlugin
2223
},

0 commit comments

Comments
 (0)