Skip to content

Commit

Permalink
Update xo (0.56.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Aug 31, 2023
1 parent b80c2d5 commit f71b36f
Show file tree
Hide file tree
Showing 2 changed files with 1,211 additions and 2,048 deletions.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest-junit": "^16.0.0",
"serve-static": "^1.15.0",
"test-listen": "^1.1.0",
"xo": "^0.23.0"
"xo": "^0.56.0"
},
"engines": {
"node": ">=18.x"
Expand Down Expand Up @@ -73,6 +73,17 @@
"xo": {
"semicolon": false,
"space": 2,
"rules": {
"unicorn/prefer-module": "off",
"import/extensions": "off",
"comma-dangle": [
"error",
"never"
],
"unicorn/prevent-abbreviations": "off",
"unicorn/prefer-number-properties": "warn",
"n/no-deprecated-api": "warn"
},
"overrides": [
{
"files": "__tests__/**/*.js",
Expand Down
Loading

0 comments on commit f71b36f

Please sign in to comment.