File tree Expand file tree Collapse file tree
rigs/decoupled-local-node-rig/profiles/default/includes/eslint/flat/profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44const { expandNamingConventionSelectors } = require ( '@rushstack/eslint-config/flat/profile/_macros' ) ;
55const { commonNamingConventionSelectors } = require ( '@rushstack/eslint-config/flat/profile/_common' ) ;
66const 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');
89const importEslintPlugin = require ( 'eslint-plugin-import' ) ;
910const 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 } ,
You can’t perform that action at this time.
0 commit comments