diff --git a/.changeset/large-hotels-nail.md b/.changeset/large-hotels-nail.md new file mode 100644 index 00000000000..6fc72dddbde --- /dev/null +++ b/.changeset/large-hotels-nail.md @@ -0,0 +1,5 @@ +--- +"@talend/eslint-plugin": patch +--- + +Add `btn-inverse` to list of warning for eslint bootstrap classes diff --git a/tools/eslint-plugin/src/rules/use-bootstrap-class.js b/tools/eslint-plugin/src/rules/use-bootstrap-class.js index eeef754c8f3..b21bf7eda50 100644 --- a/tools/eslint-plugin/src/rules/use-bootstrap-class.js +++ b/tools/eslint-plugin/src/rules/use-bootstrap-class.js @@ -27,6 +27,7 @@ const BOOTSTRAP_CLASS = [ 'btn-sm', 'btn-xs', 'btn-block', + 'btn-inverse', 'caret', 'pull-left',