Skip to content

Commit 412cb7a

Browse files
committed
chore: snapshot update
1 parent 9a34ca9 commit 412cb7a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

tap-snapshots/test/verify-package.test.ts.test.cjs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,31 @@ To skip this validation add the following to your package.json:
123123
}
124124
----------------------------------------------------------
125125
[error]
126+
Found multiple config files that serve the same purpose: [.eslintrc, .eslintrc.json].
127+
128+
There should be at most one of these files. Delete the rest.
129+
130+
To skip this validation add the following to your package.json:
131+
"sanityPlugin": {
132+
"verifyPackage": {
133+
"duplicateConfig": false
134+
}
135+
}
136+
----------------------------------------------------------
137+
[error]
138+
package.json contains prettier, but there also exists a config file that serves the same purpose.
139+
Config file: .prettierrc]
140+
141+
Either delete the file or remove prettier entry from package.json.
142+
143+
To skip this validation add the following to your package.json:
144+
"sanityPlugin": {
145+
"verifyPackage": {
146+
"duplicateConfig": false
147+
}
148+
}
149+
----------------------------------------------------------
150+
[error]
126151
Recommended tsconfig.json compilerOptions missing:
127152
128153
The following fields had unexpected values: [moduleResolution, target, module, emitDeclarationOnly, esModuleInterop, skipLibCheck, isolatedModules, downlevelIteration, declaration, allowSyntheticDefaultImports, rootDir, outDir]

0 commit comments

Comments
 (0)