No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
0 additions and
2 deletions
-
src/commands/add/prettier.ts
|
|
@ -57,9 +57,7 @@ export default class Prettier extends BaseAddCommand { |
|
|
...packageJsonWithDeps, |
|
|
...packageJsonWithDeps, |
|
|
scripts: { |
|
|
scripts: { |
|
|
...packageJsonWithDeps.scripts, |
|
|
...packageJsonWithDeps.scripts, |
|
|
// eslint-disable-next-line no-useless-escape
|
|
|
|
|
|
'format:write': `prettier --write "${mask}"`, |
|
|
'format:write': `prettier --write "${mask}"`, |
|
|
// eslint-disable-next-line no-useless-escape
|
|
|
|
|
|
'format:check': `prettier --list-different "${mask}"`, |
|
|
'format:check': `prettier --list-different "${mask}"`, |
|
|
}, |
|
|
}, |
|
|
husky: { |
|
|
husky: { |
|
|
|