Skip to content

Commit 60814e0

Browse files
committed
chore: adjust top-level config do ignore third-party/projects/
Stuff under third-party/projects/ is stuff that we don't plan on touching much at all -- just minimal forks up third-party code with small patches on top -- so we don't want to churn it all up just to make it match our formatting and linting rules.
1 parent b93abd6 commit 60814e0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
# Third-party code
2727
#
2828

29+
/third-party/projects
2930
node_modules

.prettierignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@
2424
/copyright.js
2525
/maintenance/projects/**/copyright.js
2626
/projects/**/copyright.js
27+
28+
#
29+
# Third-party.
30+
#
31+
32+
/third-party/projects

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ module.exports = {
4040
'<rootDir>/projects/js-toolkit',
4141
'<rootDir>/projects/npm-tools/packages/npm-scripts',
4242

43+
// Third-party.
44+
45+
'<rootDir>/third-party/projects',
46+
4347
// Standard ignores.
4448

4549
'/node_modules/',

0 commit comments

Comments
 (0)