Skip to content

Commit

Permalink
🐛 fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jun 6, 2023
1 parent ea7f0d0 commit f2eb10d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<img width="160" src="https://raw.githubusercontent.com/lobehub/.github/main/profile/Logo.webp">

<h1>Lobe-Lint</h1>
<h1>Lobe Lint</h1>

ESlint config, Prettier config, Remark config for LobeHub

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"prettier-plugin-organize-imports": "latest",
"prettier-plugin-packagejson": "latest",
"prettier-plugin-sort-json": "latest",
"prettier-sort-destructure": "latest",
"remark-frontmatter": "latest",
"remark-gfm": "latest",
"remark-lint-checkbox-content-indent": "latest",
Expand Down
6 changes: 0 additions & 6 deletions src/prettier/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,5 @@ module.exports = {
proseWrap: 'preserve',
},
},
{
files: ['*.js', '*.jsx', '*.mjs', '*.cjs', '*.ts', '*.tsx'],
options: {
parser: require.resolve('prettier-sort-destructure'),
},
},
],
};
1 change: 1 addition & 0 deletions src/stylelint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
'property-no-vendor-prefix': true,
'no-empty-source': null,
'no-missing-end-of-source-newline': null,
'no-invalid-double-slash-comments': null,
},
},
],
Expand Down

0 comments on commit f2eb10d

Please sign in to comment.