changes to eslint config
parent
028094aa87
commit
ccece92a01
|
@ -40,7 +40,8 @@
|
|||
"no-underscore-dangle": "off",
|
||||
"keyword-spacing": "off",
|
||||
"no-multiple-empty-lines": "off",
|
||||
"consistent-return": "off"
|
||||
"consistent-return": "off",
|
||||
"no-continue": "off"
|
||||
},
|
||||
"ignorePatterns": "**/*.js"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue