diff --git a/.eslintrc b/.eslintrc index f2cd31e4a..b8be71266 100644 --- a/.eslintrc +++ b/.eslintrc @@ -43,8 +43,10 @@ } }, "plugins": [ + "import", "react", - "babel" + "babel", + "jsx-a11y", ], "rules": { "no-trailing-spaces": 1, diff --git a/.lesshintrc b/.lesshintrc index 05ff379e0..52916a709 100644 --- a/.lesshintrc +++ b/.lesshintrc @@ -2,6 +2,9 @@ "depthLevel": { "enabled": false }, + "universalSelector": { + "enabled": false + }, "qualifyingElement": { "enabled": false, "allowWithId": false, diff --git a/build/animations/index.html b/build/animations/index.html index d65304de5..d791f6497 100644 --- a/build/animations/index.html +++ b/build/animations/index.html @@ -8,11 +8,7 @@ - - - -
@@ -179,134 +175,13 @@