"react/jsx-closing-bracket-location": [1, "after-props"],
"react/jsx-handler-names": 0,
- "react/jsx-key": 2,
"react/jsx-max-props-per-line": [1, { "maximum": 3 }],
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 2,
"react/sort-comp": 1,
"import/no-unresolved": 2,
- "import/named": 2,
"import/export": 2,
"import/no-duplicates": 2,
"import/imports-first": 2
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-import _ from 'underscore';
import React, { Component } from 'react';
import { connect } from 'react-redux';
export default ModalForm.extend({
template: Template,
- onFormSubmit: function (e) {
+ onFormSubmit: function () {
ModalForm.prototype.onFormSubmit.apply(this, arguments);
this.sendRequest();
},
});
}
});
-
-
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+import _ from 'underscore';
+
module.exports = function (context, property, options) {
var ret = '';
context.forEach(function (d, i) {
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+import _ from 'underscore';
+
const DEFAULT_ACTIONS = ['comment', 'assign', 'assign_to_me', 'plan', 'set_severity', 'set_tags'];
module.exports = function (actions, options) {
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+import _ from 'underscore';
+
const DEFAULT_ACTIONS = ['comment', 'assign', 'assign_to_me', 'plan', 'set_severity', 'set_tags'];
module.exports = function (actions, options) {
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+import _ from 'underscore';
+
module.exports = function (source, scm, options) {
if (options == null) {
options = scm;