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