mirror of
https://github.com/bendtherules/eslint-plugin-undef-init.git
synced 2026-08-18 13:52:15 +00:00
Add undef-init rule (with yo eslint:rule) and tests for it
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
'undef-init': "Always initialize variables during declaration. Set it explicitly to undefined, if required.",
|
||||
}
|
||||
Reference in New Issue
Block a user