Commit ba73a67
File tree
Expand file treeCollapse file tree
263 files changed
+9333
-8838
lines changedOpen diff view settings
Filter options
- tools/eslint
- conf
- lib
- formatters
- internal-rules
- rules
- testers
- util
- messages
- node_modules
- acorn-jsx
- node_modules/acorn
- acorn
- bin
- dist
- ajv-keywords
- ajv
- dist
- lib
- compile
- ansi-escapes
- ansi-regex
- ansi-styles
- argparse
- array-union
- array-uniq
- arrify
- babel-code-frame
- node_modules
- chalk
- strip-ansi
- bail
- balanced-match
- brace-expansion
- caller-path
- callsites
- chalk
- node_modules
- ansi-styles
- supports-color
- types
- character-entities-legacy
- character-entities
- character-reference-invalid
- circular-json
- cli-cursor
- cli-width
- collapse-white-space
- color-convert
- color-name
- concat-map
- concat-stream
- core-util-is
- co
- cross-spawn
- debug
- deep-is
- del
- doctrine
- escape-string-regexp
- eslint-plugin-markdown
- eslint-scope
- espree
- esprima
- dist
- esquery
- esrecurse
- estraverse
- esutils
- extend
- external-editor
- fast-deep-equal
- fast-json-stable-stringify
- fast-levenshtein
- figures
- file-entry-cache
- flat-cache
- fs.realpath
- function-bind
- functional-red-black-tree
- globals
- globby
- glob
- graceful-fs
- has-ansi
- has-flag
- has
- iconv-lite
- ignore
- imurmurhash
- inflight
- inherits
- inquirer
- is-alphabetical
- is-alphanumerical
- is-buffer
- is-decimal
- is-fullwidth-code-point
- is-hexadecimal
- is-path-cwd
- is-path-in-cwd
- is-path-inside
- is-plain-obj
- is-promise
- is-resolvable
- is-whitespace-character
- is-word-character
- isarray
- isexe
- js-tokens
- js-yaml
- jschardet
- dist
- src
- json-schema-traverse
- json-stable-stringify
- jsonify
- levn
- lodash
- lru-cache
- markdown-escapes
- mimic-fn
- minimatch
- minimist
- mkdirp
- ms
- mute-stream
- natural-compare
- object-assign
- once
- onetime
- optionator
- os-tmpdir
- parse-entities
- path-is-absolute
- path-is-inside
- pify
- pinkie-promise
- pinkie
- pluralize
- prelude-ls
- process-nextick-args
- progress
- pseudomap
- readable-stream
- remark-parse
- repeat-string
- replace-ext
- require-uncached
- resolve-from
- restore-cursor
- rimraf
- run-async
- rx-lite-aggregates
- rx-lite
- safe-buffer
- semver
- shebang-command
- shebang-regex
- signal-exit
- slice-ansi
- sprintf-js
- state-toggle
- string-width
- string_decoder
- strip-ansi
- node_modules/ansi-regex
- strip-json-comments
- supports-color
- table
- text-table
- through
- trim-trailing-lines
- trim
- trough
- tryit
- type-check
- typedarray
- unherit
- unified
- unist-util-remove-position
- unist-util-stringify-position
- unist-util-visit
- util-deprecate
- vfile-location
- vfile
- which
- wordwrap
- wrappy
- write
- x-is-function
- x-is-string
- xtend
- yallist
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
263 files changed
+9333
-8838
lines changedOpen diff view settings
Collapse file
+17-1Lines changed: 17 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
| 30 | + |
| 31 | + |
30 | 32 | |
31 | 33 | |
32 | 34 | |
| ||
132 | 134 | |
133 | 135 | |
134 | 136 | |
| 137 | + |
| 138 | + |
135 | 139 | |
136 | 140 | |
137 | 141 | |
| ||
202 | 206 | |
203 | 207 | |
204 | 208 | |
205 | | - |
206 | 209 | |
207 | 210 | |
208 | 211 | |
209 | 212 | |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
210 | 226 | |
211 | 227 | |
212 | 228 | |
|
Collapse file
tools/eslint/conf/eslint-recommended.js
Copy file name to clipboardExpand all lines: tools/eslint/conf/eslint-recommended.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
| 66 | + |
66 | 67 | |
67 | 68 | |
68 | 69 | |
69 | 70 | |
70 | 71 | |
71 | 72 | |
72 | 73 | |
| 74 | + |
73 | 75 | |
74 | 76 | |
75 | 77 | |
|
Collapse file
tools/eslint/lib/ast-utils.js
Copy file name to clipboardExpand all lines: tools/eslint/lib/ast-utils.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1041 | 1041 | |
1042 | 1042 | |
1043 | 1043 | |
1044 | | - |
| 1044 | + |
| 1045 | + |
1045 | 1046 | |
1046 | 1047 | |
1047 | 1048 | |
|
Collapse file
tools/eslint/lib/cli-engine.js
Copy file name to clipboardExpand all lines: tools/eslint/lib/cli-engine.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
240 | 240 | |
241 | 241 | |
242 | 242 | |
243 | | - |
244 | | - |
| 243 | + |
| 244 | + |
245 | 245 | |
246 | 246 | |
247 | 247 | |
|
Collapse file
+15-8Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
63 | 63 | |
64 | 64 | |
65 | 65 | |
66 | | - |
| 66 | + |
67 | 67 | |
68 | 68 | |
69 | 69 | |
| ||
144 | 144 | |
145 | 145 | |
146 | 146 | |
| 147 | + |
| 148 | + |
147 | 149 | |
148 | 150 | |
149 | 151 | |
| ||
152 | 154 | |
153 | 155 | |
154 | 156 | |
155 | | - |
| 157 | + |
| 158 | + |
156 | 159 | |
157 | 160 | |
158 | 161 | |
| ||
163 | 166 | |
164 | 167 | |
165 | 168 | |
166 | | - |
| 169 | + |
167 | 170 | |
168 | 171 | |
169 | 172 | |
170 | 173 | |
171 | 174 | |
172 | | - |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
173 | 181 | |
174 | | - |
175 | | - |
176 | | - |
| 182 | + |
| 183 | + |
177 | 184 | |
178 | 185 | |
179 | 186 | |
180 | 187 | |
181 | 188 | |
182 | | - |
| 189 | + |
183 | 190 | |
184 | 191 | |
185 | 192 | |
|
Collapse file
tools/eslint/lib/formatters/html.js
Copy file name to clipboardExpand all lines: tools/eslint/lib/formatters/html.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
| 55 | + |
55 | 56 | |
56 | 57 | |
57 | 58 | |
|
Collapse file
tools/eslint/lib/ignored-paths.js
Copy file name to clipboardExpand all lines: tools/eslint/lib/ignored-paths.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
184 | 184 | |
185 | 185 | |
186 | 186 | |
187 | | - |
| 187 | + |
188 | 188 | |
189 | 189 | |
190 | 190 | |
|
Collapse file
tools/eslint/lib/internal-rules/.eslintrc.yml
Copy file name to clipboardExpand all lines: tools/eslint/lib/internal-rules/.eslintrc.yml-3Lines changed: 0 additions & 3 deletions
This file was deleted.
Collapse file
tools/eslint/lib/internal-rules/internal-consistent-docs-description.js
Copy file name to clipboardExpand all lines: tools/eslint/lib/internal-rules/internal-consistent-docs-description.js-130Lines changed: 0 additions & 130 deletions
This file was deleted.
0 commit comments