Skip to content

Commit

Permalink
set ObjectPattern to never
Browse files Browse the repository at this point in the history
  • Loading branch information
Talent30 committed Nov 9, 2023
1 parent 27a1008 commit d9abb4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Expand Up @@ -428,11 +428,7 @@ module.exports = {
minProperties: 2,
consistent: true,
},
ObjectPattern: {
multiline: true,
minProperties: 4,
consistent: true,
},
ObjectPattern: "never",

Check failure on line 431 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 16

Strings must use singlequote

Check failure on line 431 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 14

Strings must use singlequote

Check failure on line 431 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 12

Strings must use singlequote
ImportDeclaration: {
multiline: true,
minProperties: 4,
Expand Down

0 comments on commit d9abb4c

Please sign in to comment.