Skip to content
Snippets Groups Projects
Commit c571df31 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: eslint prefer-destructuring off

parent cbf495bc
No related merge requests found
......@@ -9,6 +9,7 @@ module.exports = {
'no-use-before-define': 0,
'no-restricted-syntax': 0,
'no-await-in-loop': 0,
'prefer-destructuring': 'off',
'prefer-template': 'off',
'promise/always-return': 'error',
'promise/no-return-wrap': 'error',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment