mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Rename .remarkrc.json -> .remarkrc and fix file
This commit is contained in:
parent
20c3319961
commit
2a7a3aa946
2 changed files with 12 additions and 12 deletions
12
.remarkrc
Normal file
12
.remarkrc
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
["remark-lint-list-item-indent", false],
|
||||
["remark-lint-no-literal-urls", false],
|
||||
["remark-lint-no-shortcut-reference-link", false],
|
||||
["remark-lint-maximum-line-length", 120]
|
||||
],
|
||||
"settings": {
|
||||
"commonmark": true
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"plugins": {
|
||||
"lint": {
|
||||
"table-pipes": false,
|
||||
"table-pipe-alignment": false,
|
||||
"maximum-line-length": 120
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"commonmark": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue