This commit is contained in:
parent
2d6687a3f3
commit
2ceb51e8f8
2
index.js
2
index.js
@ -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',
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user