Skip to content

Commit

Permalink
Reverts formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 26, 2024
1 parent df45e15 commit 2cfa99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm install

- name: Run CSS linter
run: npm run lint:css -- --formatter=string
run: npm run lint:css -- --formatter=github

- name: Run JS linter
run: npm run lint:js -- --format=github
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ phpstan.neon
psalm.xml
rector.php
!.stylelintrc.json
!.eslintrc.js
!.eslintrc.json

# Logs
*.log
Expand Down

0 comments on commit 2cfa99b

Please sign in to comment.