Skip to content

Commit

Permalink
fix: include all theme in allowed overrides (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi authored Feb 15, 2022
1 parent d29c1ec commit 302285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"warnUnmatched": false,
"reusePatterns": {
"name": "[a-z][a-z0-9]*(?:-[a-z][a-z0-9]*)*",
"theme": "(?:\\.(?:b2b|b2c))*"
"theme": "(?:(?:\\.(?:b2b|b2c))*|\\.all)"
},
"pathPatterns": [
"^.*/src/environments/environment(\\.\\w+)?\\.ts$",
Expand Down

0 comments on commit 302285f

Please sign in to comment.