Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Oct 14, 2024
1 parent d05ee3c commit d2438c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"compile": "dataform compile",
"test": "dataform test",
"format": "npx standard --fix; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint . --fix",
"lint": "npx standard; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint ."
"lint": "npx standard; npx markdownlint --ignore-path .gitignore --config package.json --configPointer /markdownlint .",
"plan": "terraform -chdir=tf plan -generate-config-out=generate.tf",
"apply": "terraform -chdir=tf apply"
},
Expand Down
1 change: 1 addition & 0 deletions tf/attachments/documentation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable first-line-heading -->
## Use Cases

This dataset supports the following applications:
Expand Down

0 comments on commit d2438c3

Please sign in to comment.