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