You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have not updated the documentation much to reflect the large number of new features released over the last year. Before doing a beta release, we should ensure that the documentation has guides on how to use all of the features available.
better general docs on configuration file specification
oxlint-disable-* and inline configuration
nested configuration
extends
overrides
how to use plugins
different formatting / outputs (--format)
The text was updated successfully, but these errors were encountered:
For nested configuration, we need to state that the user needs to replace the previous -c .oxlintrc.json argument with --experimental-nested-config. I got confused by this for a second.
The behavior of using extends is really subtle. People may end up not applying the rules they wanted. We need to emphasize this a bit in the doc, and also print some information after running `oxlint.
We have not updated the documentation much to reflect the large number of new features released over the last year. Before doing a beta release, we should ensure that the documentation has guides on how to use all of the features available.
oxlint-disable-*
and inline configurationextends
overrides
--format
)The text was updated successfully, but these errors were encountered: