Skip to content

Commit

Permalink
[#12169] Update teammates-eslint.yml to mark trailing whitespaces a…
Browse files Browse the repository at this point in the history
…s errors on Ubuntu (#13152)

* Modify eslint ruleset

* Fix checkstyle

* Fix checkstyle

* Edit ruleset

* Fix checkstyle

* Fix checkstyle

* Fix checkstyle

---------

Co-authored-by: Ching Ming Yuan <cmingyuan123@gmail.com>
  • Loading branch information
itstrueitstrueitsrealitsreal and mingyuanc committed Jul 31, 2024
1 parent ea30a05 commit cdee5f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static-analysis/teammates-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@ overrides:
- "*.html"
extends:
- plugin:@angular-eslint/template/recommended
rules: {}
rules:
"no-trailing-spaces": ["error", { "skipBlankLines": true }]

0 comments on commit cdee5f2

Please sign in to comment.