Skip to content

Commit

Permalink
test: revert parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Aug 19, 2024
1 parent 9f97fee commit f74f211
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin/src/lib/configs/all.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import rules from '../rules';
import { parser } from 'typescript-eslint';
import type { TSESLint } from '@typescript-eslint/utils';

export const all: TSESLint.FlatConfig.Config = {
languageOptions: {
parser,
sourceType: 'module',
},
plugins: {
Expand Down

0 comments on commit f74f211

Please sign in to comment.