Skip to content

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 31, 2023
1 parent eae0f8d commit 2c67a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no_console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use deno_ast::SourceRanged;
#[derive(Debug)]
pub struct NoConsole;

const MESSAGE: &str = "'console` usage is not allowed.";
const MESSAGE: &str = "`console` usage is not allowed.";
const CODE: &str = "no-console";

impl LintRule for NoConsole {
Expand Down

0 comments on commit 2c67a89

Please sign in to comment.