We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b001c43 commit 4397275Copy full SHA for 4397275
ja/ESLint/README.md
@@ -44,7 +44,7 @@ MyLinterは単純で以下の2つのメソッドを持つクラスとして実
44
MyLinterで[no-console.js](#no-console.js)を読み込ませて、
45
46
```js
47
-function add(x, y){{
+function add(x, y){
48
console.log(x, y);
49
return x + y;
50
}
0 commit comments