diff --git a/.eslintrc.es6.json b/.eslintrc.es6.json
index 528b734726..c03494a7a6 100644
--- a/.eslintrc.es6.json
+++ b/.eslintrc.es6.json
@@ -19,6 +19,25 @@
"comma-dangle": ["error", "always-multiline"],
"no-script-url": 0,
"import/extensions": 0, // we wouldn't be able to import jQuery without this line
- "react/destructuring-assignment": 0 // that would be too many changes to fix this one
+ "react/destructuring-assignment": 0, // that would be too many changes to fix this one
+ "jsx-a11y/label-has-for": [2, {
+ "required": {"some": ["nesting", "id"]} // some of our labels are hidden and we cannot nest those
+ }],
+ "jsx-a11y/anchor-is-valid": 0, // cannot fix this one, it would break wprdpress themes
+
+
+
+ "no-restricted-globals": 0, // todo
+ "max-len": 0, // todo
+ "prefer-destructuring": 0, // todo
+ "react/default-props-match-prop-types": 0, // todo
+ "react/no-access-state-in-setstate": 0, // todo
+ "react/jsx-closing-tag-location": 0, // todo
+ "react/require-default-props": 0, // todo
+ "react/jsx-no-target-blank": 0, // todo
+ "react/sort-comp": 0, // todo
+ "react/no-unused-state": 0, // todo
+ "react/no-this-in-sfc": 0 // todo
}
}
+
diff --git a/assets/js/src/announcements/feature_announcement.jsx b/assets/js/src/announcements/feature_announcement.jsx
index f2d3c1e55a..61f02b96c3 100644
--- a/assets/js/src/announcements/feature_announcement.jsx
+++ b/assets/js/src/announcements/feature_announcement.jsx
@@ -56,15 +56,15 @@ class FeatureAnnouncement extends React.Component {
);
return (