mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
ce39645a58
* Update dependencies * Update eslint-config-vuepress and fix warnings * Linting * Save webpack locally Netlify gave an error for not having it but it wasn't needed before. * Downgrade webpack Some users have experienced the Netlify error when upgrading to recently released version 5, so downgrading to latest 4 release. * Set 'htmlWhitespaceSensitivity' to 'ignore'
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"endOfLine": "auto"
|
|
}
|