chore(lint): lenient eol (#578)

* chore(lint): lenient eol
This commit is contained in:
Carlos Valente
2023-11-07 22:39:47 +01:00
committed by GitHub
parent 2c47d90f34
commit 6012cb7bd1
+6 -1
View File
@@ -50,6 +50,11 @@
"varsIgnorePattern": "^_"
}
],
"prettier/prettier": "warn"
"prettier/prettier": [
"warn",
{
"endOfLine": "auto"
}
]
}
}