swc/crates/swc_ecma_lints/src/rules
2022-02-17 12:48:54 +00:00
..
const_assign.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
dot_notation.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
duplicate_bindings.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
duplicate_exports.rs fix(es/lints): Fix duplicate-bindings for typescript (#3583) 2022-02-16 05:00:55 +00:00
eqeqeq.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
mod.rs feat(es/lints): Implement no-dupe-args rule (#3574) 2022-02-16 11:07:42 +00:00
no_alert.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
no_console.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
no_debugger.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
no_dupe_args.rs feat(es/lints): Implement no-dupe-args rule (#3574) 2022-02-16 11:07:42 +00:00
no_empty_pattern.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
no_use_before_define.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
prefer_regex_literals.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
quotes.rs feat(es/lints): Allow using number as an error level (#3593) 2022-02-17 12:48:54 +00:00
utils.rs feat(es/lints): Implement dot-notation rule (#3481) 2022-02-09 11:24:58 +00:00