mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
module.exports = {
|
|
trailingComma: "all",
|
|
useTabs: true,
|
|
proseWrap: "always",
|
|
endOfLine: "auto",
|
|
};
|