Skip to content

Commit

Permalink
Merge branch 'main' of github.com:11ty/eleventy
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 16, 2023
2 parents 47a0968 + 0bcf1e5 commit 224d79f
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 15 deletions.
9 changes: 3 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ root = true
[*]
indent_style = tab
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.js]
insert_final_newline = true

[*.yml]
indent_style = space

[/test/stubs*/**]
insert_final_newline = unset
trim_trailing_whitespace = false
insert_final_newline = false
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion .github/opencollective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ invitation: |
Thank you for opening an issue. We will get back to you as soon as we can.
Also, check out our [Open Collective](https://opencollective.com/11ty) and consider backing us—every little bit helps!
Also, check out our [Open Collective](https://opencollective.com/11ty) and consider backing us—every little bit helps!
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-label: cleanup
days-before-close: 30
close-message: This is an automated message to let you know that this issue requires additional input from the original poster and for the health of the repository issue tracker the issue will be closed. This prevents dangling issues hanging open waiting for a response from the original poster.
close-message: This is an automated message to let you know that this issue requires additional input from the original poster and for the health of the repository issue tracker the issue will be closed. This prevents dangling issues hanging open waiting for a response from the original poster.
2 changes: 1 addition & 1 deletion .github/workflows/remove-cleanup-label-after-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
issue: ${{ github.event.issue.number }}
label: cleanup
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ package-lock.json

# Ignore test files
.cache
test/stubs-layout-cache/_includes/*.js
test/stubs-layout-cache/_includes/*.js
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint-staged
npm run lint-staged
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run test
npm run test
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ docs
docs-src
test
coverage
.*
.*
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
18
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
test

0 comments on commit 224d79f

Please sign in to comment.