Skip to content

Commit 8035725

Browse files
committedAug 27, 2024
chore: @npmcli/template-oss@4.23.3
1 parent e674987 commit 8035725

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+181
-176
lines changed
 

‎.commitlintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ module.exports = {
77
'header-max-length': [2, 'always', 80],
88
'subject-case': [0],
99
'body-max-line-length': [0],
10+
'footer-max-line-length': [0],
1011
},
1112
}

‎.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = {
1212
root: true,
1313
ignorePatterns: [
1414
'tap-testdir*/',
15+
'/node_modules/.bin/',
16+
'/node_modules/.cache/',
1517
'docs/**',
1618
'smoke-tests/**',
1719
'mock-globals/**',

0 commit comments

Comments
 (0)
Please sign in to comment.