mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
feat(linter): change no-import-assign to correctness (#3928)
closes #3733
This commit is contained in:
parent
5f84500200
commit
3ae2628832
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ declare_oxc_lint!(
|
||||||
/// Object.assign(mod_ns, { foo: "foo" }) // ERROR: The members of 'mod_ns' are readonly.
|
/// Object.assign(mod_ns, { foo: "foo" }) // ERROR: The members of 'mod_ns' are readonly.
|
||||||
/// ```
|
/// ```
|
||||||
NoImportAssign,
|
NoImportAssign,
|
||||||
nursery
|
correctness
|
||||||
);
|
);
|
||||||
|
|
||||||
const OBJECT_MUTATION_METHODS: phf::Set<&'static str> =
|
const OBJECT_MUTATION_METHODS: phf::Set<&'static str> =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue