Brenley Dueck
|
a189c5393e
|
feat(lint): add a report lint config setting (#16045)
Builds off this PR to add a "report" setting to deno.json which can be
"pretty", "compact", or "json".
|
2022-10-25 14:21:20 +02:00 |
|
Roj
|
248bfda8d3
|
chore(cli): update config file schema to include test config (#15246)
|
2022-07-19 15:10:41 -04:00 |
|
David Sherret
|
9c403f146e
|
fix(config-file): fix config-file.v1.json schema to allow colons in the task name (#14013)
|
2022-03-17 13:55:24 -04:00 |
|
Bartek Iwańczuk
|
47f22777be
|
feat: "deno task" subcommand (#13725)
Co-authored-by: David Sherret <dsherret@gmail.com>
|
2022-03-10 20:56:14 -05:00 |
|
Elisée Maurer
|
a41d399f5f
|
chore: Add "noImplicitOverride" to config-file.v1.json (#13780)
|
2022-02-28 09:39:47 +11:00 |
|
Kitson Kelly
|
ee27b9dd7e
|
feat: allow specification of import map in config file (#13739)
Closes: #12800
|
2022-02-23 10:51:14 +11:00 |
|
Kitson Kelly
|
f5eb177f50
|
feat(cli): support React 17 JSX transforms (#12631)
Closes #8440
|
2021-11-09 12:26:39 +11:00 |
|
Eyal Shalev
|
7c9c9e5c83
|
fix(config-schema): correct default value of "lib" (#12145)
Changed it from `"deno.window"` to `["deno.window"]`
|
2021-09-20 11:30:00 -04:00 |
|
Bartek Iwańczuk
|
1848f43aa1
|
chore: update URL for schemas (#12070)
|
2021-09-14 16:39:58 +02:00 |
|
Bartek Iwańczuk
|
6e3c8a4b05
|
chore: add JSON schema for configuration file (#12062)
|
2021-09-14 04:18:02 +02:00 |
|