commit | 25783bc7c1245a56227a45eb61b03c88c332da16 | [log] [tgz] |
---|---|---|
author | John Emau <[email protected]> | Thu Nov 11 21:23:53 2021 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 12 10:51:53 2021 |
tree | 334a9c048ec6363d9577209023ca00fa090d0993 | |
parent | 61281e31e266e56240ab25d001ba050ad60826e7 [diff] [blame] |
[ESlint] Enable CSS Check Import rule Follow-up enabling the CSS Check Import rule introduced in https://crrev.com/c/2953260 [email protected] Bug: 1106746 Change-Id: Id19487d2b6a1d1ed966e01c35d39485f05d301b6 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3276919 Auto-Submit: John Emau <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
diff --git a/front_end/.eslintrc.js b/front_end/.eslintrc.js index b2b71a6..8ba503c 100644 --- a/front_end/.eslintrc.js +++ b/front_end/.eslintrc.js
@@ -32,6 +32,7 @@ 'rulesdir/ban_style_tags_in_lit_html': 2, 'rulesdir/ban_a_tags_in_lit_html': 2, 'rulesdir/check_component_naming': 2, + 'rulesdir/check_css_import': 2, 'rulesdir/check_was_shown_methods': 2, 'rulesdir/static_custom_event_names': 2, 'rulesdir/lit_html_host_this': 2,