Skip to content

Commit

Permalink
feat: revert create program
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 31, 2024
1 parent 1fe5103 commit de431cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
process.env.TYPESCRIPT_ESLINT_EXPERIMENTAL_TSSERVER = 'true';

const tsconfig =
projectJsonExist('tsconfig.eslint.json') || projectJsonExist('tsconfig.json');
const parserOptions = tsconfig
? {
programs: [require('@typescript-eslint/parser').createProgram(tsconfig)],
project: [tsconfig],
}
: {
EXPERIMENTAL_useProjectService: {
Expand Down

0 comments on commit de431cc

Please sign in to comment.