Skip to content

Commit 40790a2

Browse files
authored
Sync yarn.js with core (#47)
* sync-with-core * ignore-yarn.js * exclude-yarn.js * fix-lint
1 parent 3c5ec1e commit 40790a2

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ repos:
2020
- id: end-of-file-fixer
2121
exclude: \.copier-answers\.yml
2222
- id: trailing-whitespace
23+
exclude: yarn.js
2324

2425
- repo: https://github.com/python-jsonschema/check-jsonschema
2526
rev: 0.27.4

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
!/package.json
66
jupyter_builder
77
*.md
8+
jupyter_builder/yarn.js

jupyter_builder/yarn.js

100644100755
Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"node_modules",
8989
"dist",
9090
"coverage",
91-
"**/*.d.ts"
91+
"**/*.d.ts",
92+
"yarn.js"
9293
],
9394
"eslintConfig": {
9495
"extends": [

0 commit comments

Comments
 (0)