Skip to content

Commit

Permalink
Add "modifier" to list of rules to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
marshmalien committed Apr 6, 2021
1 parent f260601 commit 1f54c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awx/ui_next/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"theme",
"gridColumns",
"rows",
"modifier",
"href"
"href",
"modifier"
],
"ignore": ["Ansible", "Tower", "JSON", "YAML", "lg"],
"ignoreComponent": [
Expand Down

0 comments on commit 1f54c33

Please sign in to comment.