4 // New rules and configurations should generally be added in
5 // tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js to
6 // allow external repositories that use the plugin to pick them up as well.
8 "plugin:mozilla/recommended"
13 // The html plugin is enabled via a command line option on eslint. To avoid
14 // bad interactions with the xml preprocessor in eslint-plugin-mozilla, we
15 // turn off processing of the html plugin for .xml files.
17 "html/xml-extensions": [ ".xhtml" ]