diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-11 11:59:10 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-11 11:59:10 +0700 |
| commit | 642d46804ec322b06ab46f27f8b8663764ae4e9a (patch) | |
| tree | 57738c8c44cd90550121f4b09a6e4830350e307c /internal | |
| parent | bddf2a866c38792fa8be5c657e23728c0f5b38e6 (diff) | |
| download | gorankusu-642d46804ec322b06ab46f27f8b8663764ae4e9a.tar.xz | |
_www: setup eslint for linting TypeScript files
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cmd/trunks/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cmd/trunks/main.go b/internal/cmd/trunks/main.go index 7ebf44e..a4d8cf5 100644 --- a/internal/cmd/trunks/main.go +++ b/internal/cmd/trunks/main.go @@ -86,6 +86,7 @@ func workerBuild(oneTime bool) { `.*\.adoc`, `.*\.git`, `.*\.ts`, + `/node_modules`, `/wui/.*/example.js$`, `/wui/.*/index.html$`, `/wui/index\.html$`, @@ -130,6 +131,7 @@ func workerBuild(oneTime bool) { `.*\.adoc$`, `.*\.d\.ts$`, `.*\.git/.*`, + `/node_modules`, `/wui/.*/example.js$`, `/wui/.*/index.html$`, `/wui/index\.html$`, |
