Skip to content

Commit de9ae4e

Browse files
committed
Always set projectService
1 parent 71a473a commit de9ae4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test-projects/gjs-types/.eslintrc.cjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
'use strict';
22

3-
const parserOptions = {};
4-
if (process.env.PROJECT_SERVICE) {
5-
parserOptions.projectService = true;
6-
}
3+
const parserOptions = {
4+
projectService: true,
5+
};
76

87
parserOptions.tsconfigRootDir = process.env.TSCONFIG_ROOT_DIR || __dirname;
98
parserOptions.project = process.env.PROJECT === undefined ? true : process.env.PROJECT;

0 commit comments

Comments
 (0)