mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
[Lint] Remove an unexpected trailing comma
This commit is contained in:
@@ -36,7 +36,7 @@ test(t => {
|
|||||||
['`MY_TITLE`', 'MY_TITLE'],
|
['`MY_TITLE`', 'MY_TITLE'],
|
||||||
['MY_TITLE', 'MY_TITLE'],
|
['MY_TITLE', 'MY_TITLE'],
|
||||||
// I have no idea for it...
|
// I have no idea for it...
|
||||||
['```test', '`test'],
|
['```test', '`test']
|
||||||
]
|
]
|
||||||
|
|
||||||
testCases.forEach(testCase => {
|
testCases.forEach(testCase => {
|
||||||
|
|||||||
Reference in New Issue
Block a user