changes to eslint config

merge-requests/21/merge^2
Matthew 2021-03-06 18:32:54 -05:00
parent 028094aa87
commit ccece92a01
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}