mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 14:22:16 +00:00
* lint docs with write-good, stop-words * remove package-lock.json * update changelog * fix wrong paragraph formatting * fix some docs formatting * fix docs format * fix abci spec format
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"rules": {
|
|
"stop-words": {
|
|
"severity": "warning",
|
|
"defaultWords": false,
|
|
"words": "stop-words.txt"
|
|
}
|
|
}
|
|
}
|