disable destructuring
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-11-28 17:21:46 +01:00
parent 2d6687a3f3
commit 2ceb51e8f8
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ module.exports = {
'object-shorthand': 'error',
'prefer-arrow-callback': 'error',
'prefer-const': 'error',
'prefer-destructuring': 'error',
'prefer-destructuring': 'off',
'prefer-numeric-literals': 'error',
'prefer-rest-params': 'error',
'prefer-spread': 'error',

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/eslint-config",
"version": "2.1.20",
"version": "2.1.21",
"description": "scode eslint standard configuration",
"main": "index.js",
"scripts": {