watcher-ts/packages/watcher/.eslintignore
Ashwin Phatak 945cba9392
Implement typescript strict mode and ESLint in watcher package (#40)
* Set up typescript build and eslint.

* Automatic lint fixes.

* Fix argument type warnings.

* Fix function return types.

* Fix typescript errors in watcher.

Co-authored-by: nikugogoi <95nikass@gmail.com>
2021-06-04 18:08:26 +05:30

6 lines
73 B
Plaintext

# Don't lint node_modules.
node_modules
# Don't lint build output.
dist