Commit b744bd9
tools: update eslint
This updates eslint from v6.0.0-alpha.2 to v6.0.1
This also removes eslint-disable comments about `bigint` typeof
checks. Those would otherwise have caused linting errors now that
`bigint` is accepted as valid entry.
PR-URL: #28173
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>1 parent 3c047b3 commit b744bd9Copy full SHA for b744bd9
File tree
Expand file treeCollapse file tree
63 files changed
+1963
-396
lines changedOpen diff view settings
Filter options
- benchmark/process
- lib/internal
- fs
- util
- test/common
- tools
- node_modules/eslint
- bin
- lib
- cli-engine
- config-array
- formatters
- linter
- rule-tester
- rules
- messages
- node_modules
- espree
- extend
- flatted
- esm
- inherits
- inquirer
- ms
- table
- tmp
- lib
- tslib
- unist-util-is
- unist-util-visit-parents
- vfile-location
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
63 files changed
+1963
-396
lines changedOpen diff view settings
Collapse file
benchmark/process/bench-hrtime.js
Copy file name to clipboardExpand all lines: benchmark/process/bench-hrtime.js-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
41 | 40 | |
42 | 41 | |
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
43 | 43 | |
44 | 44 | |
45 | 45 | |
46 | | - |
47 | 46 | |
48 | 47 | |
49 | 48 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1039 | 1039 | |
1040 | 1040 | |
1041 | 1041 | |
1042 | | - |
1043 | 1042 | |
1044 | 1043 | |
1045 | 1044 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
276 | 276 | |
277 | 277 | |
278 | 278 | |
279 | | - |
| 279 | + |
280 | 280 | |
281 | 281 | |
282 | 282 | |
|
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js-5Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1012 | 1012 | |
1013 | 1013 | |
1014 | 1014 | |
1015 | | - |
1016 | 1015 | |
1017 | 1016 | |
1018 | 1017 | |
| ||
1087 | 1086 | |
1088 | 1087 | |
1089 | 1088 | |
1090 | | - |
1091 | 1089 | |
1092 | 1090 | |
1093 | 1091 | |
| ||
1550 | 1548 | |
1551 | 1549 | |
1552 | 1550 | |
1553 | | - |
1554 | 1551 | |
1555 | 1552 | |
1556 | 1553 | |
| ||
1582 | 1579 | |
1583 | 1580 | |
1584 | 1581 | |
1585 | | - |
1586 | 1582 | |
1587 | 1583 | |
1588 | 1584 | |
| ||
1606 | 1602 | |
1607 | 1603 | |
1608 | 1604 | |
1609 | | - |
1610 | 1605 | |
1611 | 1606 | |
1612 | 1607 | |
|
Collapse file
-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
239 | 239 | |
240 | 240 | |
241 | 241 | |
242 | | - |
243 | | - |
244 | | - |
245 | 242 | |
246 | 243 | |
247 | 244 | |
|
Collapse file
tools/node_modules/eslint/README.md
Copy file name to clipboardExpand all lines: tools/node_modules/eslint/README.md+3-10Lines changed: 3 additions & 10 deletions
- Display the source diff
- Display the rich diff
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tools/node_modules/eslint/bin/eslint.js
Copy file name to clipboardExpand all lines: tools/node_modules/eslint/bin/eslint.js+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tools/node_modules/eslint/lib/cli-engine/cascading-config-array-factory.js
Copy file name to clipboardExpand all lines: tools/node_modules/eslint/lib/cli-engine/cascading-config-array-factory.js+15-3Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
tools/node_modules/eslint/lib/cli-engine/cli-engine.js
Copy file name to clipboardExpand all lines: tools/node_modules/eslint/lib/cli-engine/cli-engine.js+8-1Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments