Skip to content

Commit

Permalink
refactor(lint): set version field for new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 19, 2024
1 parent b4d9d9e commit 2bcb76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ declare_lint_rule! {
/// ```
///
pub NoMissingVarFunction {
version: "next",
version: "1.9.2",
name: "noMissingVarFunction",
language: "css",
recommended: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ declare_lint_rule! {
/// [`camelCase`]: https://en.wikipedia.org/wiki/Camel_case
/// [`PascalCase`]: https://en.wikipedia.org/wiki/Camel_case
pub UseComponentExportOnlyModules {
version: "next",
version: "1.9.2",
name: "useComponentExportOnlyModules",
language: "jsx",
sources: &[RuleSource::EslintReactRefresh("only-export-components")],
Expand Down

0 comments on commit 2bcb76a

Please sign in to comment.