mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-31 03:18:03 +02:00
ESlint array-bracket-spacing
and object-property-newline
This commit is contained in:
@@ -585,14 +585,14 @@ describe('Controllers', function () {
|
||||
widgets: [
|
||||
{
|
||||
widget: 'html',
|
||||
data: [ {
|
||||
data: [{
|
||||
widget: 'html',
|
||||
data: {
|
||||
html: 'test',
|
||||
title: '',
|
||||
container: '',
|
||||
},
|
||||
} ],
|
||||
}],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user