Skip to content

Commit

Permalink
chore: [eslint] fix tsconfig.cjs.json path
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Apr 10, 2023
1 parent bc9412c commit ccb10d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = {
parser: '@typescript-eslint/parser',
parserOptions: {
extraFileExtensions: [],
project: ['./tsconfig.json', 'tsconfig.cjs.json'],
project: ['./tsconfig.json', './tsconfig.cjs.json'],
sourceType: require('./package.json').type,
tsconfigRootDir: process.cwd(),
warnOnUnsupportedTypeScriptVersion: true
Expand Down

0 comments on commit ccb10d9

Please sign in to comment.