Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2357edd

Browse filesBrowse files
authored
build: exclude autogenerated files from Prettier formatting (#19548)
1 parent 5405939 commit 2357edd
Copy full SHA for 2357edd

File tree

Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-0
lines changed

‎.trunk/trunk.yaml

Copy file name to clipboardExpand all lines: .trunk/trunk.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,17 @@ lint:
6666
- CHANGELOG.md
6767
- linters: [prettier]
6868
paths:
69+
- docs/package.json
70+
- docs/src/_data/rule_versions.json
71+
- docs/src/_data/rules.json
72+
- docs/src/_data/rules_meta.json
73+
- docs/src/_data/versions.json
6974
- docs/src/_includes
75+
- docs/src/use/formatters/html-formatter-example.html
76+
- docs/src/use/formatters/index.md
7077
- docs/src/rules/*.md
78+
- package.json
79+
- packages/*/package.json
7180
- packages/js/src/configs/eslint-all.js
7281
- tests/fixtures
7382
actions:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.