Skip to content

Commit

Permalink
fix(un-ts#185): add langaugeOptions.parserOptions to flat preset
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 19, 2024
1 parent 14fc608 commit 9d32264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/flat/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ export default {
languageOptions: {
ecmaVersion: 2018,
sourceType: 'module',
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
}
},
} satisfies PluginFlatBaseConfig

0 comments on commit 9d32264

Please sign in to comment.