We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1930e40 commit 4be8c77Copy full SHA for 4be8c77
ja/ESLint/README.md
@@ -260,7 +260,7 @@ ESLintのように与えられたコードを読み取ってチェックする
260
261
つまり、read-writeなプラグインアーキテクチャとしては、このパターンだけでは難しい部分が出てくると思います。
262
263
-> **NOTE** ESLint 2.0からautofix、つまり書き換えの機能の導入が導入されています
+> **NOTE** ESLint 2.0からautofix、つまり書き換えの機能の導入が導入されています。
264
> ESLintでは、各ルールが書き換える位置や文字列を`fixer`オブジェクトという形で報告し、ESLint本体がルールの順番を考慮して最後に実際の書き換えを行うという抽象レイヤーを設けています。
265
> これは[Command パターン](https://ja.wikipedia.org/wiki/Command_%E3%83%91%E3%82%BF%E3%83%BC%E3%83%B3)を利用してトランザクション的なふるまいを実現しています。
266
> - [Implement autofixing · Issue #3134 · eslint/eslint](https://github.com/eslint/eslint/issues/3134 "Implement autofixing · Issue #3134 · eslint/eslint")
0 commit comments