mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-03-12 10:26:41 -04:00
120 lines
4.5 KiB
JSON
120 lines
4.5 KiB
JSON
// Copyright (c) 2024 Jonah Aragon <jonah@triplebit.net>
|
|
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
// of this software and associated documentation files (the "Software"), to
|
|
// deal in the Software without restriction, including without limitation the
|
|
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
// sell copies of the Software, and to permit persons to whom the Software is
|
|
// furnished to do so, subject to the following conditions:
|
|
|
|
// The above copyright notice and this permission notice shall be included in
|
|
// all copies or substantial portions of the Software.
|
|
|
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
// IN THE SOFTWARE.
|
|
|
|
{
|
|
"git.ignoreLimitWarning": true,
|
|
"ltex.diagnosticSeverity": {
|
|
"COMMA_COMPOUND_SENTENCE": "information",
|
|
"COMMA_COMPOUND_SENTENCE_2": "information",
|
|
"MORFOLOGIK_RULE_EN_US": "warning",
|
|
"HE_VERB_AGR": "hint",
|
|
"WHETHER": "hint",
|
|
"MAKE_SINCE": "information",
|
|
"CLOSE_SCRUTINY": "information",
|
|
"EN_COMPOUNDS": "warning",
|
|
"ADMIT_ENJOY_VB": "hint",
|
|
"ABOUT_WHO_TO": "warning",
|
|
"MISSING_GENITIVE": "hint",
|
|
"ENGLISH_WORD_REPEAT_BEGINNING_RULE": "hint",
|
|
"EN_UNPAIRED_BRACKETS": "warning",
|
|
"MISSING_ARTICLE": "warning",
|
|
"SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA": "warning",
|
|
"CONDITIONAL_CLAUSE": "hint",
|
|
"DAMAGE_OF_TO": "hint",
|
|
"ETC_PERIOD": "warning",
|
|
"WHITESPACE_RULE": "hint",
|
|
"UPPERCASE_SENTENCE_START": "hint",
|
|
"LARGE_NUMBER_OF": "information",
|
|
"ENGLISH_WORD_REPEAT_RULE": "hint",
|
|
"SOME_OF_THE": "hint",
|
|
"IF_OF": "warning",
|
|
"THE_JJR_THE_MORE_COMMA": "warning",
|
|
"POSSESSIVE_APOSTROPHE": "hint",
|
|
"BY_DEFAULT_COMMA": "warning",
|
|
"ADVERB_WORD_ORDER": "hint",
|
|
"E_G": "warning",
|
|
"YOUR_RE": "warning",
|
|
"TOR_FOR": "hint",
|
|
"COMMA_PARENTHESIS_WHITESPACE": "hint",
|
|
"AGREEMENT_SENT_START": "hint",
|
|
"SETUP_VERB": "warning",
|
|
"MD_NO_VB": "warning",
|
|
"CLICK_HYPHEN": "information",
|
|
"NON3PRS_VERB": "hint",
|
|
"SENTENCE_WHITESPACE": "hint",
|
|
"BE_TO_VBG": "warning",
|
|
"I_NOT_JJ": "warning",
|
|
"PROFANITY": "hint",
|
|
"AD_ADD": "hint",
|
|
"THE_SUPERLATIVE": "hint",
|
|
"PLURAL_VERB_AFTER_THIS": "hint",
|
|
"LC_AFTER_PERIOD": "hint",
|
|
"PREPOSITION_VERB": "hint",
|
|
"OTHER_OTHERS": "hint",
|
|
"ON_THE_NOVEL": "hint",
|
|
"OUTSIDE_OF": "warning",
|
|
"UNLIKELY_OPENING_PUNCTUATION": "hint",
|
|
"SMALL_NUMBER_OF": "hint",
|
|
"A_UNCOUNTABLE": "information",
|
|
"AFFORD_VB": "hint",
|
|
"AN_INVITE": "hint",
|
|
"HAVE_PART_AGREEMENT": "hint",
|
|
"PHRASE_REPETITION": "hint",
|
|
"THIS_NNS_VB": "hint",
|
|
"NNS_IN_NNP_VBZ": "hint",
|
|
"APPLE_PRODUCTS": "warning",
|
|
"OVER_TIME": "hint",
|
|
"IN_THE_MOMENT": "hint",
|
|
"ARROWS": "hint",
|
|
"AUXILIARY_DO_WITH_INCORRECT_VERB_FORM": "hint",
|
|
"MISSING_COMMA_AFTER_YEAR": "hint",
|
|
"DO_VBZ": "hint",
|
|
"NOUN_AROUND_IT": "hint",
|
|
"default": "error"
|
|
},
|
|
"editor.unicodeHighlight.ambiguousCharacters": true,
|
|
"editor.unicodeHighlight.invisibleCharacters": true,
|
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
|
|
"[yaml]": {
|
|
"editor.defaultFormatter": "redhat.vscode-yaml",
|
|
"editor.quickSuggestions": {
|
|
"other": true,
|
|
"comments": false,
|
|
"strings": true
|
|
}
|
|
},
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json": ".markdownlint.yml",
|
|
"https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml",
|
|
".vscode/.empty-schema.json": "config/*.yml"
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV sequence",
|
|
"!ENV",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format",
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"[github-actions-workflow]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|