diff --git a/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js b/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js index 8d07887ba..889a73430 100644 --- a/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js +++ b/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js @@ -13,7 +13,6 @@ import Tabs from "@/climatemappedafrica/components/Tabs"; import { hurumapArgs } from "@/climatemappedafrica/config"; // being last is necessary for style override to work -// eslint-disable-next-line import/order function MobilePanel({ activeType, scrollToTopLabel, sx, ...props }) { const { onSelectLocation, primaryProfile, dataNotAvailable } = props; diff --git a/apps/pesayetu/eslint.config.js b/apps/pesayetu/eslint.config.js deleted file mode 100644 index b11205528..000000000 --- a/apps/pesayetu/eslint.config.js +++ /dev/null @@ -1,14 +0,0 @@ -const eslintConfig = require("eslint-config-commons-ui/next"); - -module.exports = [ - ...eslintConfig, - { - settings: { - "import/resolver": { - webpack: { - config: "./eslint.webpack.config.js", - }, - }, - }, - }, -]; diff --git a/apps/promisetracker/eslint.config.js b/apps/promisetracker/eslint.config.js deleted file mode 100644 index b9b82ad8d..000000000 --- a/apps/promisetracker/eslint.config.js +++ /dev/null @@ -1,14 +0,0 @@ -const eslintConfig = require("eslint-config-commons-ui/next"); - -module.exports = [ - { - settings: { - "import/resolver": { - webpack: { - config: "./eslint.webpack.config.js", - }, - }, - }, - }, - ...eslintConfig, -];