Remove spurious warning
This commit is contained in:
@@ -22,5 +22,8 @@ module.exports = {
|
||||
],
|
||||
/* Next.js supports the JSX transform introduced in React 17 */
|
||||
"react/react-in-jsx-scope": "off",
|
||||
/* Without React in scope, this rule starts causing false positives (We
|
||||
don't use prop types in our own code anyways). */
|
||||
"react/prop-types": "off"
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/prop-types */
|
||||
/* eslint-disable @typescript-eslint/no-floating-promises */
|
||||
/* eslint-disable react-hooks/exhaustive-deps */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-return */
|
||||
|
||||
Reference in New Issue
Block a user