diff --git a/eslint.config.mjs b/eslint.config.mjs index d34f8755e..57d2b2b41 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -15,10 +15,6 @@ export default [ rules: { 'no-bitwise': 'off' }, - ignores: [ - 'js/display/swash/pkg', - 'js/display/guillotiere/pkg' - ], languageOptions: { globals: { himalaya: 'readonly', @@ -27,5 +23,20 @@ export default [ he: 'readonly' } } + }, + { + files: [ + 'tests/**/*.html', + 'examples/**/*.html' + ], + rules: { + 'phet/bad-sim-text': 'off' + } + }, + { + ignores: [ + 'js/display/swash/pkg', + 'js/display/guillotiere/pkg' + ] } ]; \ No newline at end of file