Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Aug 22, 2023
1 parent b46104d commit 5db977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["tsconfig.json","packages/azure-kusto-data/tsconfig.json","packages/azure-kusto-ingest/tsconfig.json","packages/quick_start/tsconfig.json","packages/quick_start-browser/tsconfig.json"],
"project": ["tsconfig.json","packages/azure-kusto-data/tsconfig.json","packages/azure-kusto-ingest/tsconfig.json","packages/quick_start/tsconfig.json","packages/quick_start_browser/tsconfig.json"],
"sourceType": "module"
},
"plugins": [
Expand Down

0 comments on commit 5db977d

Please sign in to comment.