From 6da601b2794c0537d1006fd8d277790ed8ff006c Mon Sep 17 00:00:00 2001 From: MitchCTiny Date: Fri, 10 Oct 2025 08:42:14 +1000 Subject: [PATCH] INT-3366: Remove unused eslint configs --- .eslintrc.json | 20 -------------------- src/demo/.eslintrc.json | 5 ----- 2 files changed, 25 deletions(-) delete mode 100644 .eslintrc.json delete mode 100644 src/demo/.eslintrc.json diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 559a042..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": "plugin:@tinymce/standard", - "parserOptions": { - "sourceType": "module", - "project": [ - "./tsconfig.json" - ] - }, - "rules": { - "no-underscore-dangle": "off", - "@typescript-eslint/explicit-member-accessibility": "off", - "@tinymce/prefer-fun": "off", - "@typescript-eslint/member-ordering": "off", - "quote-props": [ - 2, - "as-needed", - { "keywords": true } - ] - } -} diff --git a/src/demo/.eslintrc.json b/src/demo/.eslintrc.json deleted file mode 100644 index 34f481a..0000000 --- a/src/demo/.eslintrc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "rules": { - "no-console": "off" - } -} \ No newline at end of file