Skip to content

Commit

Permalink
Exclude default.services.yml from eslint
Browse files Browse the repository at this point in the history
It is provided by Drupal Core so we do not care whether it conforms
to standards.
  • Loading branch information
kasperg committed Jan 8, 2025
1 parent 1700c67 commit 8ed57e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"**/web/libraries/",
"**/web/modules/contrib/",
"**/web/sites/**/files/",
"**/web/sites/default/default.services.yml",
"**/web/themes/custom/novel/assets/",
"**/web/themes/contrib/",
"**/web/modules/local/",
Expand Down

0 comments on commit 8ed57e8

Please sign in to comment.