diff options
| author | CGQAQ <m.jason.liu@outlook.com> | 2021-10-06 05:07:38 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 23:07:38 +0200 |
| commit | c555b31d40bcc374013395bd5805410fe7f77b20 (patch) | |
| tree | 659a4182122a923bde884b72e6a02242c68293d9 /cli/tests/testdata/lint/watch/badly_linted.js | |
| parent | 22328f87585611ae70e555ad7941cc5093b92544 (diff) | |
feat(lint): add support for --watch flag (#11983)
Diffstat (limited to 'cli/tests/testdata/lint/watch/badly_linted.js')
| -rw-r--r-- | cli/tests/testdata/lint/watch/badly_linted.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/lint/watch/badly_linted.js b/cli/tests/testdata/lint/watch/badly_linted.js new file mode 100644 index 000000000..8d1c1fe79 --- /dev/null +++ b/cli/tests/testdata/lint/watch/badly_linted.js @@ -0,0 +1 @@ +let a = 5; |
