Skip to content

Commit

Permalink
chore(eslint): improve bootstrap classes warning for eslint (#5370)
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffroy Baccarini <[email protected]>
  • Loading branch information
Gbacc and Geoffroy Baccarini authored Jul 8, 2024
1 parent 39a907f commit f1c2fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-hotels-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/eslint-plugin": patch
---

Add `btn-inverse` to list of warning for eslint bootstrap classes
1 change: 1 addition & 0 deletions tools/eslint-plugin/src/rules/use-bootstrap-class.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const BOOTSTRAP_CLASS = [
'btn-sm',
'btn-xs',
'btn-block',
'btn-inverse',

'caret',
'pull-left',
Expand Down

0 comments on commit f1c2fdf

Please sign in to comment.