Commit a082040
feat(editor): adjust oxlint oxfmt config file editor supporting (#16616)
Added default editor schema for `.oxfmtrc.json(c)` files
Added nested oxlint config support (`**/.oxlintrc.json`)
And since `oxlintrc.json`, `oxlint.json` are not the config files which
can be selected by default, this PR removed them from default schema,
user should add `$schema` field manualy if they want to use their own
configs
---------
Co-authored-by: Cameron <[email protected]>1 parent 3895d66 commit a082040
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | | - | |
| 239 | + | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
244 | | - | |
245 | | - | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
0 commit comments