We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac809c1 commit 0ca956aCopy full SHA for 0ca956a
src/ESLint/MyLinter-example.js
@@ -6,7 +6,7 @@ import noConsole from "./no-console";
6
let linter = new MyLinter();
7
linter.loadRule(noConsole);
8
var code = `
9
-function add(x, y){{
+function add(x, y){
10
console.log(x, y);
11
return x + y;
12
}
0 commit comments