mirror of
https://github.com/bendtherules/eslint-plugin-undef-init.git
synced 2026-08-18 13:52:15 +00:00
Disable no-undef-init
This commit is contained in:
@@ -21,6 +21,8 @@ module.exports.rules = requireIndex(__dirname + "/rules");
|
||||
module.exports.configs = {
|
||||
recommended: {
|
||||
rules: {
|
||||
// Disable no-undef-init as its the opposite inbuilt rule
|
||||
'no-undef-init': 0,
|
||||
'undef-init/undef-init': 1,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user