|
@@ -15,6 +15,7 @@
|
|
|
"jsx-quotes": ["error", "prefer-double"],
|
|
|
"compat/compat": ["error"],
|
|
|
"react/jsx-handler-names": ["warn"], // maybe we want to do this in the future?
|
|
|
+ "react/react-in-jsx-scope": ["error"],
|
|
|
|
|
|
"jsdoc/check-alignment": ["warn"],
|
|
|
"jsdoc/check-examples": ["warn"],
|