Skip to content

Commit

Permalink
chore: Remove obsolete ESLint configuration files across multiple app…
Browse files Browse the repository at this point in the history
…s and packages
  • Loading branch information
Kevin Koech authored and Kevin Koech committed Dec 5, 2024
1 parent eb417e0 commit c94b98f
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 61 deletions.
14 changes: 0 additions & 14 deletions apps/charterafrica/eslint.config.js

This file was deleted.

14 changes: 0 additions & 14 deletions apps/climatemappedafrica/eslint.config.js

This file was deleted.

14 changes: 0 additions & 14 deletions apps/codeforafrica/eslint.config.js

This file was deleted.

7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
const eslintConfig = require("eslint-config-commons-ui/next");

export default [
module.exports = [
{
settings: {
"import/resolver": {
webpack: {
config: "./eslint.webpack.config.js",
},
},
next: {
rootDir: "apps/*/",
},
Expand Down
3 changes: 0 additions & 3 deletions packages/commons-ui-core/eslint.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/commons-ui-payload/eslint.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/commons-ui-testing-library/eslint.config.js

This file was deleted.

File renamed without changes.
3 changes: 0 additions & 3 deletions packages/hurumap-core/eslint.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/jest-config-commons-ui/eslint.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/playwright-config-commons-ui/eslint.config.js

This file was deleted.

0 comments on commit c94b98f

Please sign in to comment.