Clarify comments on MemberExpression and PrivateIdentifier
Updated comments for clarity regarding Prettier's AST and oxc's AST.
Signed-off-by: Yuji Sugiura <6259812+leaysgur@users.noreply.github.com>
docs(linter): Disable formatting for `unicorn/no-unsafe-negation` examples.
This was causing the examples to be reformatted such that they didn't really make sense anymore.
docs(linter): Ensure that we do not auto-format the docs for `unicorn/number-literal-case` rule.
The examples make no sense if we run oxfmt/prettier on them, so we disable the formatting explicitly here.