Skip to content

Commit

Permalink
Fix config for standard-with-typescript (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
munierujp authored Sep 18, 2023
1 parent 5724402 commit c8be311
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ const config = {
overrides: [
// https://github.com/standard/eslint-config-standard-with-typescript/tree/v36.1.1#example-config
{
files: ['*.js', '*.jsx', '*.ts', '*.tsx'],
extends: 'standard-with-typescript',
parserOptions: {
project: './tsconfig.json'
}
files: [
'*.js',
'*.jsx',
'*.ts',
'*.tsx'
],
extends: 'standard-with-typescript'
},
{
files: [
Expand Down

0 comments on commit c8be311

Please sign in to comment.