wtetsu/mouse-dictionary

View on GitHub
src/main/lib/draggable.js

Summary

Maintainability
A
2 hrs
Test Coverage

Draggable has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

export default class Draggable {
  constructor(normalStyles, movingStyles) {
    this.normalStyles = normalStyles;
    this.movingStyles = movingStyles;
    this.mainElement = null;
Severity: Minor
Found in src/main/lib/draggable.js - About 2 hrs to fix

    Parsing error: Invalid ecmaVersion.
    Open

    /**
    Severity: Minor
    Found in src/main/lib/draggable.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status