-
Notifications
You must be signed in to change notification settings - Fork 0
/
.textlintrc.yml
47 lines (47 loc) · 1.1 KB
/
.textlintrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
plugins:
jsx: true
rules:
diacritics:
# List of additional words
words:
- 'tâmia'
terminology:
# Load default terms (see terms.json in the repository)
defaultTerms: false
# Syntax elements to skip. Overrides the default
# skip:
# - Blockquote
# List of terms
# terms:
# - JavaScript
# - ESLint
# - Sass
# - Less
# # RegExp (case-insensitive) → replacement
# - - 'front[- ]end(\w*)'
# - frontend$1
# - - 'back[- ]end(\w*)'
# - backend$1
# - - 'web[- ]?site(s?)'
# - site$1
# - - 'hot[- ]key'
# - hotkey
# - - repo\b
# - repository
# - - CLI tool(s?)
# - command line tool$1
# - - build system(s?)
# - build tool$1
# - - 'id[''’]?s'
# - IDs
# - - '(\w+[^.?!]\)? )webpack'
# - $1webpack
# - - '(\w+[^.?!]\)? )internet'
# - $internet
# OR load terms from a file
'terms': './terms.jsonc'
# OR load terms from npm
# "terms": "@johnsmith/terms",
# Excludes terms
# exclude:
# - CSS