1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

feat(*): group folder and project diagnostics by file path

This commit is contained in:
Krishna Acondy
2021-04-02 09:02:22 +01:00
parent 7aa4bfc6ba
commit 09e2d051c4
5 changed files with 51 additions and 26 deletions

View File

@@ -7,6 +7,7 @@
],
"target": "es5",
"module": "commonjs",
"downlevelIteration": true,
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true,