Skip to content

Commit

Permalink
iFrame -> iframe, and add iFrame to bad-text.js, see phetsims/phet-io…
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg authored and zepumph committed Oct 22, 2024
1 parent f613b63 commit 286be17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint/rules/bad-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = function( context ) {
'Overriden', // should have 2 "d"s
'overriden', // should have 2 "d"s

'iFrame', // should be iframe

// event.keyCode according to spec, rather than event.keycode
'keycode',

Expand Down

0 comments on commit 286be17

Please sign in to comment.