Skip to content

Commit

Permalink
[MegaLinter] Apply linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sknep authored and github-actions[bot] committed Aug 22, 2022
1 parent 1b89849 commit 84835c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ SARIF_REPORTER: true
REPOSITORY_GITLEAKS_ARGUMENTS: --no-git

# only run CSS linting on CSS files (SCSS has it's own linter)
CSS_STYLELINT_FILE_EXTENSIONS: [".css"]
CSS_STYLELINT_FILE_EXTENSIONS: [".css"]
5 changes: 2 additions & 3 deletions imls-frontend/.scss-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
scss_files: 'src/assets/**/*.scss'
exclude: 'src/assets/uswds/**/*.scss'

scss_files: "src/assets/**/*.scss"
exclude: "src/assets/uswds/**/*.scss"

linters:
StringQuotes:
Expand Down

0 comments on commit 84835c8

Please sign in to comment.