mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
f3f186cef0
* Configure automatic linting * Remove FontAwesome icons * Ignore mismatching component name
23 lines
282 B
JSON
23 lines
282 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"vuepress",
|
|
"prettier"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": [
|
|
"vue",
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": ["error"]
|
|
}
|
|
}
|