We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351d9dc commit d253e18Copy full SHA for d253e18
2 files changed
client/src/extension.ts
@@ -178,7 +178,6 @@ interface ConfigurationSettings {
178
onIgnoredFiles: ESLintSeverity;
179
options: any | undefined;
180
run: RunValues;
181
- nodeEnv: string | null;
182
nodePath: string | null;
183
workspaceFolder: WorkspaceFolder | undefined;
184
workingDirectory: ModeItem | DirectoryItem | undefined;
server/src/eslintServer.ts
@@ -198,7 +198,6 @@ interface CommonSettings {
198
199
options: ESLintOptions | undefined;
200
201
202
203
204
}
0 commit comments