We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2facf9d commit b674a42Copy full SHA for b674a42
examples/videos/deno_fmt.md
@@ -141,17 +141,6 @@ file under the `fmt` field:
141
}
142
```
143
144
-Or at the top level of `deno.json` to tell both `deno fmt` and `deno lint` to
145
-ignore it. (This is a good place to put your generated files):
146
-
147
-```json
148
-{
149
- "fmt": {
150
- "ignore": ["main.ts", "*.json"]
151
- }
152
-}
153
-```
154
155
### Formatting markdown
156
157
`deno fmt` also works on markdown files. You can choose how to format prose with
@@ -200,7 +189,7 @@ Note that all these options also have a corresponding flags in the CLI.
200
189
"semiColon": false,
201
190
"singleQuote": true,
202
191
"proseWrap": "always",
203
- "ignore": ["**/logs.json"]
192
+ "exclude": ["**/logs.json"]
204
193
205
194
206
195
0 commit comments