style: fix linting issues met Prettier
This commit is contained in:
parent
b8aae0ab1b
commit
f347ec247d
33 changed files with 90 additions and 361 deletions
|
@ -16,12 +16,7 @@ export default [
|
|||
prettierConfig,
|
||||
includeIgnoreFile(gitignorePath),
|
||||
{
|
||||
ignores: [
|
||||
'**/dist/**',
|
||||
'**/.node_modules/**',
|
||||
'**/coverage/**',
|
||||
'**/.github/**',
|
||||
],
|
||||
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '**/.github/**'],
|
||||
files: ['**/*.ts', '**/*.cts', '**.*.mts', '**/*.ts'],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue