Skip to content

Commit

Permalink
Update xo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 19, 2023
1 parent d545154 commit 19a9803
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"error",
"never"
],
"no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"
Expand All @@ -78,17 +77,15 @@
"error",
"after"
],
"promise/prefer-await-to-then": "off",
"prefer-template": "error",
"space-before-function-paren": [
"error",
"never"
],
"spaced-comment": "off",
"unicorn/catch-error-name": "off",
"unicorn/filename-case": "off",
"unicorn/import-style": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-string-slice": "off",
"unicorn/prevent-abbreviations": "off"
},
"overrides": [
Expand Down

0 comments on commit 19a9803

Please sign in to comment.