Fix a trailing comma.
parent
40e686bd7a
commit
26fdd9e57c
|
@ -77,7 +77,7 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"eslint:recommended",
|
"eslint:recommended",
|
||||||
"plugin:@typescript-eslint/eslint-recommended",
|
"plugin:@typescript-eslint/eslint-recommended",
|
||||||
"plugin:@typescript-eslint/recommended",
|
"plugin:@typescript-eslint/recommended"
|
||||||
],
|
],
|
||||||
|
|
||||||
// Enable if you need jsx support
|
// Enable if you need jsx support
|
||||||
|
|
Loading…
Reference in New Issue