Skip to content

Commit 0ca956a

Browse files
committed
fix(ESLint): fix example
1 parent ac809c1 commit 0ca956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESLint/MyLinter-example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import noConsole from "./no-console";
66
let linter = new MyLinter();
77
linter.loadRule(noConsole);
88
var code = `
9-
function add(x, y){{
9+
function add(x, y){
1010
console.log(x, y);
1111
return x + y;
1212
}

0 commit comments

Comments
 (0)