From a1b7d3f11c4588379ec486acc9ed5b386d52ce56 Mon Sep 17 00:00:00 2001 From: ChristopherPHolder Date: Thu, 29 Feb 2024 12:13:03 +0100 Subject: [PATCH] fix: test extend @code-pushup --- .eslintrc.json | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bee80c57..4ab67bde 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,39 +12,8 @@ }, "overrides": [ { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": { - "@nx/enforce-module-boundaries": [ - "error", - { - "enforceBuildableLibDependency": true, - "allow": [], - "depConstraints": [ - { - "sourceTag": "*", - "onlyDependOnLibsWithTags": ["*"] - } - ] - } - ] - } - }, - { - "files": ["*.ts", "*.tsx"], - "extends": [ - "plugin:@nx/typescript", - "@code-pushup/eslint-config/jest" - ], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], + "files": ["*.ts"], "extends": ["@code-pushup"] - }, - { - "files": "*.json", - "parser": "jsonc-eslint-parser", - "rules": {} } ] }