kopia lustrzana https://github.com/bugout-dev/moonstream
Updating lint settings for 'jsx' and 'global' property lint issue.
rodzic
fd76439685
commit
2b60c466d2
|
|
@ -91,7 +91,16 @@
|
||||||
],
|
],
|
||||||
"react-hooks/rules-of-hooks": "error",
|
"react-hooks/rules-of-hooks": "error",
|
||||||
"react-hooks/exhaustive-deps": "warn",
|
"react-hooks/exhaustive-deps": "warn",
|
||||||
"prettier/prettier": "warn"
|
"prettier/prettier": "warn",
|
||||||
|
"react/no-unknown-property": [
|
||||||
|
2,
|
||||||
|
{
|
||||||
|
"ignore": [
|
||||||
|
"jsx",
|
||||||
|
"global"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue