kariminf/jslingua

View on GitHub

Showing 4 of 4 total issues

Function readMorse has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function readMorse(morse) {
  let dotLength = 0.07,
  AudioContext = window.AudioContext || window.webkitAudioContext,
  context = new AudioContext(),
  gain = context.createGain(),
Severity: Minor
Found in src/tools.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    import JsLingua from "../src/jslingua.mjs";
    Severity: Minor
    Found in package/jslingua-static.js by eslint

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

    Parsing error: Invalid ecmaVersion.
    Open

    module.exports = {
    Severity: Minor
    Found in webpack.config.js by eslint

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

    Parsing error: Invalid ecmaVersion.
    Open

    /**
    Severity: Minor
    Found in src/tools.js by eslint

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

    Severity
    Category
    Status
    Source
    Language