lol
This commit is contained in:
@@ -36,7 +36,9 @@ module.exports = {
|
|||||||
"react/jsx-one-expression-per-line": "off",
|
"react/jsx-one-expression-per-line": "off",
|
||||||
"react/require-default-props": "off",
|
"react/require-default-props": "off",
|
||||||
"react/default-props-match-prop-types": "off",
|
"react/default-props-match-prop-types": "off",
|
||||||
|
"react/no-unescaped-entities": "warn",
|
||||||
"react/function-component-definition": ["error", {
|
"react/function-component-definition": ["error", {
|
||||||
|
|
||||||
namedComponents: "arrow-function",
|
namedComponents: "arrow-function",
|
||||||
unnamedComponents: "arrow-function",
|
unnamedComponents: "arrow-function",
|
||||||
}],
|
}],
|
||||||
|
|||||||
Reference in New Issue
Block a user