問題タブ [eslint-config-airbnb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
256 問題
0
投票する
1
に答える
1373
参照
eslint - Eslint padded-blocks: ["error", { "blocks": "never" }] が機能しない
私のエスリントの定義は次のとおりです。
padded-blocks: ["error", { "blocks": "never" }]
私のコードは次のとおりです。
しかし、私はまだ取得しています:
何かのバグですか?
ありがとう