mirror of
https://github.com/amix/vimrc
synced 2025-07-27 23:45:00 +08:00
Add markdown preview, update rust.vim
This commit is contained in:
22
sources_non_forked/markdown-preview.nvim/tslint.json
Normal file
22
sources_non_forked/markdown-preview.nvim/tslint.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": ["tslint:latest", "tslint-config-prettier"],
|
||||
"rulesDirectory": ["tslint-plugin-prettier"],
|
||||
"rules": {
|
||||
"prettier": [
|
||||
true,
|
||||
{
|
||||
"semi": false,
|
||||
"singleQuote": true
|
||||
}
|
||||
],
|
||||
"no-submodule-imports": false,
|
||||
"object-literal-sort-keys": false
|
||||
},
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"./lib/",
|
||||
"./node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user