0
Disallow empty functions (no-empty-function)
2020-12-21

ESLintで怒られたときの対応

次のような形で何もしない関数をコールバックとして渡していて怒られた

fs.writeFile('/tmp/hoge.txt', 'hoge', null, () => {})
Disallow empty functions (no-empty-function)

()でくくって対応する

fs.writeFile('/tmp/hoge.txt', 'hoge', null, () => ({}))

出典どこだったか忘れてしまったのでメモ残しておく

0

Profile

swfz
swfz
日々学んだことを残していく
Today I Learned
コード片置き場

Account

RSS

Powered by Pixela
© 2024. swfz