This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
ba3d0da6ab
denoland-deno
/
cli
/
tests
/
testdata
/
lint
/
without_config
/
file1.js
3 lines
37 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(lint): use default globs, upgrade to v0.1.9 (#6222) This commit: * added default file globs so "deno lint" can be run without arguments (just like "deno fmt") * added test for globs in "deno lint" * upgrade "deno_lint" crate to v0.1.9
2020-06-10 17:29:48 -04:00
// deno-lint-ignore
while
(
false
)
{
}
Copy permalink