mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
77f8b9c581
Stylelint is not yet supported ESLint is supported experimentally, but not one of the relied on packages
10 lines
171 B
JavaScript
10 lines
171 B
JavaScript
export default {
|
|
tabWidth: 4,
|
|
useTabs: true,
|
|
printWidth: 120,
|
|
trailingComma: "es5",
|
|
bracketSpacing: true,
|
|
htmlWhitespaceSensitivity: "ignore",
|
|
endOfLine: "auto",
|
|
}
|