1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/rjbian-netdata

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.remarkrc.js 3.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Andrey Galkin Отправлено 03.06.2019 15:46 4c8f928
// Source: https://github.com/codacy/codacy-remark-lint/raw/master/.remarkrc.js
const fs = require("fs");
const path = require("path");
exports.settings = {
gfm: true,
commonmark: true,
looseTable: false,
spacedTable: false,
paddedTable: false,
fences: true,
rule: '-',
ruleRepetition: 3,
emphasis: "*",
strong: "*",
bullet: "-",
listItemIndent: 'tab',
incrementListMarker: true
};
const personalDictionaryPath = path.join(__dirname, ".dictionary");
const personalDictionary = fs.existsSync(personalDictionaryPath)
? {
personal: fs.readFileSync(personalDictionaryPath, "utf8")
}
: {};
const remarkPresetLintMarkdownStyleGuide = {
plugins: require("remark-preset-lint-markdown-style-guide").plugins.filter(
function(elem) {
return elem != require("remark-lint-no-duplicate-headings");
}
)
};
exports.plugins = [
require("remark-preset-lint-consistent"),
require("remark-preset-lint-recommended"),
remarkPresetLintMarkdownStyleGuide,
[require("remark-lint-no-dead-urls"), { skipOffline: true }],
require("remark-lint-heading-whitespace"),
[require("remark-lint-maximum-line-length"), 120],
[require("remark-lint-maximum-heading-length"), 120],
[require("remark-lint-list-item-indent"), "tab-size"],
[require("remark-lint-list-item-spacing"), false],
[require("remark-lint-strong-marker"), "*"],
[require("remark-lint-emphasis-marker"), "_"],
[require("remark-lint-unordered-list-marker-style"), "-"],
[require("remark-lint-ordered-list-marker-style"), "."],
[require("remark-lint-ordered-list-marker-value"), "ordered"],
/*[
require("remark-lint-write-good"),
[
"warn",
{
passive: false,
illusion: true,
so: true,
thereIs: true,
weasel: true,
adverb: true,
tooWordy: true,
cliches: true,
eprime: false
}
]
],*/
require("remark-validate-links"),
require("remark-frontmatter"),
/*[
require("remark-retext"),
require("unified")().use({
plugins: [
require("retext-english"),
require("retext-syntax-urls"),
[
require("retext-spell"),
{
ignoreLiteral: true,
dictionary: require("dictionary-en-us"),
...personalDictionary
}
],
[
require("retext-sentence-spacing"),
{
preferred: 1
}
],
require("retext-repeated-words"),
require("retext-usage"),
require("retext-indefinite-article"),
require("retext-redundant-acronyms"),
[
require("retext-contractions"),
{
straight: true,
allowLiteral: true
}
],
require("retext-diacritics"),
[
require("retext-quotes"),
{
preferred: "straight"
}
],
require("retext-equality"),
require("retext-passive"),
require("retext-profanities"),
[
require("retext-readability"),
{
age: 20
}
]
]
})
]*/
];

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/rjbian-netdata.git
git@api.gitlife.ru:oschina-mirror/rjbian-netdata.git
oschina-mirror
rjbian-netdata
rjbian-netdata
master