diff --git a/.eslintrc.js b/.eslintrc.js index 15852bc..e8271da 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { ], "rules": { // suppress errors for missing 'import React' in files + "@typescript-eslint/explicit-module-boundary-types": "off", "react/react-in-jsx-scope": "off", // allow jsx syntax in js files (for next.js project) "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx",".ts", ".tsx"] }], //should add ".ts" if typescript project