Skip to content

Commit

Permalink
Update Javascript standard style configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jul 28, 2023
1 parent 7d36d5e commit 1a3828e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Lint with standard
run: |
standard **/static/**/js/**.js || true
standard || true
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"standard": {
"globals": [ "Yoda", "$" ],
"ignore": [
"**/lib/",
"**/intake/",
"**/metadata-form/",
"metadata-form.js",
"datarequest/static/**"
]
Expand Down

0 comments on commit 1a3828e

Please sign in to comment.