mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
chore: update prettier config
This commit is contained in:
parent
4f7693bae4
commit
069aec57f3
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
trailingComma: 'es5',
|
trailingComma: 'es5',
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
arrowParens: 'avoid',
|
arrowParens: 'avoid',
|
||||||
endOfLine: "lf",
|
endOfLine: 'lf',
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: '{*.md,.prettierrc,.stylelintrc,.babelrc,.html}',
|
files: '{*.md,.prettierrc,.stylelintrc,.babelrc,.html}',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user