Update xo
This commit is contained in:
+5
-4
@@ -31,11 +31,11 @@
|
|||||||
"react-swipeable-views": "^0.13.9"
|
"react-swipeable-views": "^0.13.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.14.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-xo-nextjs": "^1.6.0",
|
"eslint-config-xo-nextjs": "^4.0.2",
|
||||||
"eslint-plugin-react": "^7.21.5",
|
"eslint-plugin-react": "^7.26.0",
|
||||||
"eslint-plugin-react-hooks": "^4.2.0",
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||||||
"xo": "^0.35.0"
|
"xo": "^0.44.0"
|
||||||
},
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
"extends": "xo-nextjs",
|
"extends": "xo-nextjs",
|
||||||
@@ -51,6 +51,7 @@
|
|||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"camelcase": "off",
|
"camelcase": "off",
|
||||||
"react/boolean-prop-naming": "off",
|
"react/boolean-prop-naming": "off",
|
||||||
|
"comma-dangle": "off",
|
||||||
"new-cap": [
|
"new-cap": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user