3
3
exports [` expected file changes > .eslintignore 1` ] = `
4
4
"--- a/.eslintignore
5
5
+++ b/.eslintignore
6
- @@ -1,5 +1,5 @@
6
+ @@ ... @@
7
7
!.*
8
8
-coverage*
9
9
+coverage
@@ -15,7 +15,7 @@ exports[`expected file changes > .eslintignore 1`] = `
15
15
exports [` expected file changes > .eslintrc.cjs 1` ] = `
16
16
"--- a/.eslintrc.cjs
17
17
+++ b/.eslintrc.cjs
18
- @@ -1,13 +1,3 @@
18
+ @@ ... @@
19
19
-/*
20
20
-👋 Hi! This ESLint configuration contains a lot more stuff than many repos'!
21
21
-You can read from it to see all sorts of linting goodness, but don't worry -
@@ -29,7 +29,7 @@ exports[`expected file changes > .eslintrc.cjs 1`] = `
29
29
/** @type { import (" @types/eslint" ).Linter .Config } */
30
30
module.exports = {
31
31
env : {
32
- @@ -76,18 +66,6 @@ module.exports = {
32
+ @@ ... @@ module .exports = {
33
33
rules: {
34
34
// These off-by-default rules work well for this repo and we like them on.
35
35
" deprecation/deprecation" : " error" ,
@@ -53,7 +53,7 @@ exports[`expected file changes > .eslintrc.cjs 1`] = `
53
53
exports[`expected file changes > .github/DEVELOPMENT.md 1`] = `
54
54
"--- a/.github/DEVELOPMENT.md
55
55
+++ b/.github/DEVELOPMENT.md
56
- @@ -99,7 +99,6 @@ Add \`--watch\` to keep the type checker running in a watch mode that updates the
56
+ @@ ... @@ Add \` --watch\` to keep the type checker running in a watch mode that updates the
57
57
\`\`\` shell
58
58
pnpm tsc --watch
59
59
\`\`\`
@@ -66,7 +66,7 @@ exports[`expected file changes > .github/DEVELOPMENT.md 1`] = `
66
66
exports [` expected file changes > .github/workflows/lint-knip.yml 1` ] = `
67
67
"--- a/.github/workflows/lint-knip.yml
68
68
+++ b/.github/workflows/lint-knip.yml
69
- @@ -4,7 +4,6 @@ jobs:
69
+ @@ ... @@ jobs:
70
70
steps:
71
71
- uses: actions/checkout@v4
72
72
- uses: ./.github/actions/prepare
@@ -79,7 +79,7 @@ exports[`expected file changes > .github/workflows/lint-knip.yml 1`] = `
79
79
exports [` expected file changes > .github/workflows/test.yml 1` ] = `
80
80
"--- a/.github/workflows/test.yml
81
81
+++ b/.github/workflows/test.yml
82
- @@ -7,14 +7,6 @@ jobs:
82
+ @@ ... @@ jobs:
83
83
- run: pnpm run test --coverage
84
84
- name: Codecov
85
85
uses: codecov/codecov-action@v3
@@ -99,7 +99,7 @@ exports[`expected file changes > .github/workflows/test.yml 1`] = `
99
99
exports [` expected file changes > .gitignore 1` ] = `
100
100
"--- a/.gitignore
101
101
+++ b/.gitignore
102
- @@ -1,3 +1,3 @@
102
+ @@ ... @@
103
103
-coverage*/
104
104
+coverage/
105
105
lib/
@@ -109,7 +109,7 @@ exports[`expected file changes > .gitignore 1`] = `
109
109
exports [` expected file changes > .prettierignore 1` ] = `
110
110
"--- a/.prettierignore
111
111
+++ b/.prettierignore
112
- @@ -1,4 +1,4 @@
112
+ @@ ... @@
113
113
.all-contributorsrc
114
114
-coverage*/
115
115
+coverage/
@@ -120,7 +120,7 @@ exports[`expected file changes > .prettierignore 1`] = `
120
120
exports [` expected file changes > README.md 1` ] = `
121
121
"--- a/README.md
122
122
+++ b/README.md
123
- @@ -5,57 +5,20 @@
123
+ @@ ... @@
124
124
<p align = " center" >
125
125
<!-- prettier-ignore-start -->
126
126
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
@@ -186,7 +186,7 @@ exports[`expected file changes > README.md 1`] = `
186
186
## Development
187
187
188
188
See [\`.github/CONTRIBUTING.md\`](./.github/CONTRIBUTING.md), then [\`.github/DEVELOPMENT.md\`](./.github/DEVELOPMENT.md).
189
- @@ -128,3 +91,7 @@ Thanks! 💖
189
+ @@ ... @@ Thanks! 💖
190
190
191
191
<!-- ALL-CONTRIBUTORS-LIST:END -->
192
192
<!-- spellchecker: enable -->
@@ -199,7 +199,7 @@ exports[`expected file changes > README.md 1`] = `
199
199
exports[`expected file changes > cspell.json 1`] = `
200
200
"--- a/cspell.json
201
201
+++ b/cspell.json
202
- @@ -1,40 +1,27 @@
202
+ @@ ... @@
203
203
{
204
204
" dictionaries" : [" typescript" ],
205
205
" ignorePaths" : [
@@ -247,7 +247,7 @@ exports[`expected file changes > cspell.json 1`] = `
247
247
exports[`expected file changes > knip.jsonc 1`] = `
248
248
"--- a/knip.jsonc
249
249
+++ b/knip.jsonc
250
- @@ -1,17 +1,6 @@
250
+ @@ ... @@
251
251
{
252
252
" $schema" : " https://unpkg.com/knip@latest/schema.json" ,
253
253
- " entry" : [
@@ -273,23 +273,23 @@ exports[`expected file changes > knip.jsonc 1`] = `
273
273
exports[`expected file changes > package.json 1`] = `
274
274
"--- a/package.json
275
275
+++ b/package.json
276
- @@ -15,7 +15,6 @@
276
+ @@ ... @@
277
277
"main": "./lib/index.js",
278
278
"bin": "./bin/index.js",
279
279
"files": [
280
280
- "bin/",
281
281
"lib/",
282
282
"package.json",
283
283
"LICENSE.md",
284
- @@ -24,7 +23,6 @@
284
+ @@ ... @@
285
285
"scripts": {
286
286
" build" : " tsup" ,
287
287
" format" : " prettier \\ " ** /* \\" --ignore-unknown",
288
288
- "initialize": "tsx ./src/bin/index.js --mode initialize",
289
289
"lint": "eslint . .*js --max-warnings 0",
290
290
"lint:knip": "knip",
291
291
"lint:md": "markdownlint \\"**/ * .md \\" \\ " .github /**/ * .md \\" --rules sentences-per-line" ,
292
- @@ - 34 , 9 + 32 , 6 @@
292
+ @@ ... @@
293
293
" prepare" : " husky install" ,
294
294
" should-semantic-release" : " should-semantic-release --verbose" ,
295
295
" test" : " vitest" ,
@@ -299,7 +299,7 @@ exports[`expected file changes > package.json 1`] = `
299
299
" tsc" : " tsc"
300
300
} ,
301
301
"lint-staged": {
302
- @@ - 107 , 7 + 102 , 7 @@
302
+ @@ ... @@
303
303
" vitest" : " ^1.0.2" ,
304
304
" yaml-eslint-parser" : " ^1.2.2"
305
305
} ,
0 commit comments