mirror of
https://github.com/bendtherules/eslint-plugin-undef-init.git
synced 2026-08-18 13:52:15 +00:00
3 lines
134 B
JavaScript
3 lines
134 B
JavaScript
module.exports = {
|
|
'undef-init': "Always initialize variables during declaration. Set it explicitly to undefined, if required.",
|
|
} |