| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-24 | feat(fmt): add ability to configure semicolons (#17292) | Bartek Iwańczuk | |
| Allows to change behavior of `deno fmt` to use "ASI" setting for semicolons instead of always prefering them, this is done by "--options-semi=asi" flag or `"semi": "asi"` setting in the config file. | |||
| 2023-01-24 | fix: update expected output for config auto-discovery debug log (#17514) | Leo Kettmeir | |
| 2023-01-24 | feat: log detection of config file (#17338) | Leo Kettmeir | |
| Closes #14578 | |||
| 2022-05-13 | feat: add --no-config flag (#14555) | Bartek Iwańczuk | |
| This flag disables loading of configuration file, ie. it will not be automatically discovered and loaded. Of course this flag conflicts with "--config" flag and they cannot be used together. | |||
| 2022-02-25 | fix(cli): disable config discovery for remote script (#13745) | Yoshiya Hinosawa | |
