From 42ed0d8795f01e0fec8a6ecd1693b5bf9a414aff Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 9 Jun 2026 07:25:41 +0100 Subject: [PATCH] update dir notation --- eslint.config.mjs | 7 ++++--- src/lib | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 6544389..5cad980 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -18,11 +18,11 @@ export default defineConfig([ "**/*.json", "**/.eslintrc.js.bak", // Files from linked dependencies (those files should not exist for most people). - "modules/octagonal-wheels/dist/**/*", + "modules/octagonal-wheels/dist", // Sub-projects (Exclude from root linting as they have different environments) - "src/apps/**/*", - "utils/**/*", + "src/apps", + "utils", // Specific exclusions from common library (src/lib) "src/lib/coverage", @@ -75,6 +75,7 @@ export default defineConfig([ "require-await": "off", // -- TypeScript specific rules (Gradual adoption of stricter rules, currently set to 'warn' for a while). "@typescript-eslint/no-explicit-any": "warn", + "@typescript-eslint/no-redundant-type-constituents": "warn", // -- TypeScript specific rules // @typescript-eslint/no-unsafe-* rules and @typescript-eslint/no-explicit-any: // This project contains a lot of library-sh code where the use of `any` is often necessary and justified. diff --git a/src/lib b/src/lib index 7c43d69..3cae390 160000 --- a/src/lib +++ b/src/lib @@ -1 +1 @@ -Subproject commit 7c43d69c6566408cd8a2d466938c708fe755ee23 +Subproject commit 3cae3909e11baafab8a7add2223bdcca0db317f2