Fix ESLint object-property-newline in tests
[MAILPOET-1031]
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
"one-var": 0,
|
"one-var": 0,
|
||||||
"indent": 0,
|
"indent": 0,
|
||||||
"no-whitespace-before-property": 0,
|
"no-whitespace-before-property": 0,
|
||||||
"object-property-newline": 0,
|
|
||||||
"global-require": 0,
|
"global-require": 0,
|
||||||
"semi": 0,
|
"semi": 0,
|
||||||
"keyword-spacing": 0,
|
"keyword-spacing": 0,
|
||||||
|
@ -11,7 +11,8 @@ define([
|
|||||||
Backbone.Radio = {
|
Backbone.Radio = {
|
||||||
Requests: {
|
Requests: {
|
||||||
request: function () {
|
request: function () {
|
||||||
}, reply: function () {
|
},
|
||||||
|
reply: function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user