* chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell
10 lines
233 B
JSON
10 lines
233 B
JSON
{
|
|
"recommendations": [
|
|
"streetsidesoftware.code-spell-checker",
|
|
"davidanson.vscode-markdownlint",
|
|
"editorconfig.editorconfig",
|
|
"ms-vscode-remote.remote-containers",
|
|
"rebornix.ruby"
|
|
]
|
|
}
|