diff --git a/supporting_scripts/analysis-of-endpoint-connections/eslint.conjig.json b/supporting_scripts/analysis-of-endpoint-connections/eslint.conjig.json deleted file mode 100644 index 0b47d7836035..000000000000 --- a/supporting_scripts/analysis-of-endpoint-connections/eslint.conjig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "parser": "@typescript-eslint/parser", - "extends": [ - "plugin:@typescript-eslint/recommended" - ], - "parserOptions": { - "ecmaVersion": 2020, - "sourceType": "module", - "ecmaFeatures": { - "jsx": true - } - }, - "rules": {}, - "settings": { - "react": { - "version": "detect" - } - } -}