Skip to content

Commit

Permalink
Merge pull request #176 from coliff/dev/coliff/v0141-update
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Sep 30, 2023
2 parents ad1c027 + cddb47b commit f7f9e23
Show file tree
Hide file tree
Showing 12 changed files with 180 additions and 167 deletions.
5 changes: 1 addition & 4 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"twbs"
],
"language": "en,en-US",
"ignorePaths": [
".cspell.json",
"**/node_modules/**"
],
"ignorePaths": [".cspell.json", "**/node_modules/**"],
"useGitignore": true
}
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: ESLint

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
schedule:
- cron: '0 0 1 * *'
- cron: "0 0 1 * *"

jobs:
eslint:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read
Expand Down Expand Up @@ -33,6 +35,7 @@ jobs:
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: false
VALIDATE_EDITORCONFIG: false
VALIDATE_MARKDOWN: false
VALIDATE_NATURAL_LANGUAGE: false
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/

*.css
*.min.*
*.html
*.md
8 changes: 4 additions & 4 deletions css/show-password-toggle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/show-password-toggle.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f7f9e23

Please sign in to comment.