File tree Expand file tree Collapse file tree 4 files changed +1958
-356
lines changed Expand file tree Collapse file tree 4 files changed +1958
-356
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ rules:
144
144
import/dynamic-import-chunkname : off
145
145
146
146
# #############################################################################
147
- # ESLint builtin rules list based on `v7.8 .x`
147
+ # ESLint builtin rules list based on `v7.10 .x`
148
148
# #############################################################################
149
149
150
150
# Possible Errors
@@ -505,7 +505,7 @@ overrides:
505
505
- plugin:import/typescript
506
506
rules :
507
507
# #########################################################################
508
- # `@typescript-eslint/eslint-plugin` rule list based on `v4.0 .x`
508
+ # `@typescript-eslint/eslint-plugin` rule list based on `v4.2 .x`
509
509
# #########################################################################
510
510
511
511
no-undef : off # FIXME: temporary disabled due to https://github.com/typescript-eslint/typescript-eslint/issues/2462
@@ -646,6 +646,7 @@ overrides:
646
646
# https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js
647
647
' @typescript-eslint/quotes ' : off
648
648
' @typescript-eslint/brace-style ' : off
649
+ ' @typescript-eslint/comma-dangle ' : off
649
650
' @typescript-eslint/comma-spacing ' : off
650
651
' @typescript-eslint/func-call-spacing ' : off
651
652
' @typescript-eslint/indent ' : off
Original file line number Diff line number Diff line change 1
1
[ignore]
2
2
.*
3
3
!<PROJECT_ROOT>/src
4
+ <PROJECT_ROOT>/src/__fixtures__/github-schema.json
4
5
5
6
[include]
6
7
@@ -32,11 +33,11 @@ export-renamed-default=error
32
33
33
34
[options]
34
35
all=true
36
+ types_first=false
35
37
module.use_strict=true
36
38
babel_loose_array_spread=true
37
- esproposal.optional_chaining=enable
38
39
experimental.const_params=true
39
40
include_warnings=true
40
41
41
42
[version]
42
- ^0.133 .0
43
+ ^0.134 .0
You can’t perform that action at this time.
0 commit comments