You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/12/07 22:22:53 UTC

(superset) branch reduce-innerHTML-use updated: I don't think this file even matters?

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch reduce-innerHTML-use
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/reduce-innerHTML-use by this push:
     new 2bf42ebfd7 I don't think this file even matters?
2bf42ebfd7 is described below

commit 2bf42ebfd7599277b20082604879f3b3c36191e5
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Thu Dec 7 15:22:46 2023 -0700

    I don't think this file even matters?
---
 .../spec/javascripts/dashboard/.eslintrc           | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/superset-frontend/spec/javascripts/dashboard/.eslintrc b/superset-frontend/spec/javascripts/dashboard/.eslintrc
deleted file mode 100644
index 190e79f21e..0000000000
--- a/superset-frontend/spec/javascripts/dashboard/.eslintrc
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-"extends": ["prettier","plugin:no-unsanitized/DOM"],
-  "plugins": ["prettier"],
-  "rules": {
-    "prefer-template": 2,
-    "new-cap": 2,
-    "no-restricted-syntax": 2,
-    "guard-for-in": 2,
-    "prefer-arrow-callback": 2,
-    "func-names": 2,
-    "react/jsx-no-bind": 2,
-    "no-confusing-arrow": 2,
-    "jsx-a11y/no-static-element-interactions": 2,
-    "jsx-a11y/anchor-has-content": 2,
-    "react/require-default-props": 2,
-    "no-plusplus": 2,
-    "no-mixed-operators": 0,
-    "no-continue": 2,
-    "no-bitwise": 2,
-    "no-multi-assign": 2,
-    "no-restricted-properties": 2,
-    "no-prototype-builtins": 2,
-    "class-methods-use-this": 2,
-    "import/no-named-as-default": 2,
-    "react/no-unescaped-entities": 2,
-    "react/no-string-refs": 2,
-    "react/jsx-indent": 0,
-    "prettier/prettier": "error"
-  }
-}