Bug 1868488 - Add aboutwelcome to the same ESLint directory overrides as newtab. r=aminomancer

Differential Revision: https://phabricator.services.mozilla.com/D196056
This commit is contained in:
Mike Conley 2023-12-11 18:02:41 +00:00
parent 1a8f95043b
commit 059b8a1cb7
2 changed files with 5 additions and 1 deletions

View File

@ -497,6 +497,7 @@ module.exports = {
// enable only for paths actually using React to avoid false positives.
extends: ["plugin:react-hooks/recommended"],
files: [
"browser/components/aboutwelcome/**",
"browser/components/newtab/**",
"browser/components/pocket/**",
"devtools/**",

View File

@ -258,7 +258,10 @@ module.exports = {
extends: "stylelint-config-recommended-scss",
},
{
files: "browser/components/newtab/**",
files: [
"browser/components/aboutwelcome/**",
"browser/components/newtab/**",
],
customSyntax: "postcss-scss",
extends: "stylelint-config-standard-scss",
rules: {