mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +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',
|
trailingComma: 'es5',
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
arrowParens: 'avoid',
|
arrowParens: 'avoid',
|
||||||
|
endOfLine: "lf",
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
files: '{*.md,.prettierrc,.stylelintrc,.babelrc,.html}',
|
files: '{*.md,.prettierrc,.stylelintrc,.babelrc,.html}',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user