Update xo

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-09-21 20:53:29 +02:00
parent d2d3956353
commit 5874047a67
2 changed files with 1313 additions and 1788 deletions
+5 -4
View File
@@ -31,11 +31,11 @@
"react-swipeable-views": "^0.13.9"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-xo-nextjs": "^1.6.0",
"eslint-plugin-react": "^7.21.5",
"eslint": "^7.32.0",
"eslint-config-xo-nextjs": "^4.0.2",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"xo": "^0.35.0"
"xo": "^0.44.0"
},
"xo": {
"extends": "xo-nextjs",
@@ -51,6 +51,7 @@
"react/react-in-jsx-scope": "off",
"camelcase": "off",
"react/boolean-prop-naming": "off",
"comma-dangle": "off",
"new-cap": [
"error",
{