nfroidure/utf-8

View on GitHub

Showing 47 of 47 total issues

Replace ':·A·' with ":·A·"
Open

        ': A ' +
Severity: Minor
Found in src/index.js by eslint

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

Replace ':·Found·a·' with ":·Found·a·"
Open

            ': Found a ' +
Severity: Minor
Found in src/index.js by eslint

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

Replace '·is·not·a·significative' with "·is·not·a·significative"
Open

        ' is not a significative' +
Severity: Minor
Found in src/index.js by eslint

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

Replace '' with ""
Open

    basePath: '',
Severity: Minor
Found in karma.conf.js by eslint

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

Delete ⏎···
Open

  var charLength,
Severity: Minor
Found in src/index.js by eslint

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

Replace ······ with ····
Open

      ? byteLength
Severity: Minor
Found in src/index.js by eslint

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

Replace 'browserify',·'jasmine',·'mocha' with "browserify",·"jasmine",·"mocha"
Open

    frameworks: ['browserify', 'jasmine', 'mocha'],
Severity: Minor
Found in karma.conf.js by eslint

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

Replace 'Expected·at·least·'·+·charLength·+·'·bytes·remaining·in·array.' with "Expected·at·least·"·+·charLength·+·"·bytes·remaining·in·array."
Open

      'Expected at least ' + charLength + ' bytes remaining in array.'
Severity: Minor
Found in src/index.js by eslint

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

Replace 'Index·' with "Index·"
Open

      'Index ' +
Severity: Minor
Found in src/index.js by eslint

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

Replace 'use·strict' with "use·strict"
Open

'use strict';
Severity: Minor
Found in karma.conf.js by eslint

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

Delete ,
Open

    concurrency: Infinity,
Severity: Minor
Found in karma.conf.js by eslint

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

Replace 'Index·' with "Index·"
Open

          'Index ' +
Severity: Minor
Found in src/index.js by eslint

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

Replace '1111' with "1111"
Open

      (parseInt('1111'.slice(0, neededBytes), 2) << (8 - neededBytes)) +
Severity: Minor
Found in src/index.js by eslint

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

Replace 'tests/files/*.txt',·included:·false·}, with "tests/files/*.txt",·included:·false·}
Open

      { pattern: 'tests/files/*.txt', included: false },
Severity: Minor
Found in karma.conf.js by eslint

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

Replace '·bytes·encoded·char·declaration·but·only·' with "·bytes·encoded·char·declaration·but·only·"
Open

            ' bytes encoded char declaration but only ' +
Severity: Minor
Found in src/index.js by eslint

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

Replace '0000'.slice(0,·charLength·+·1)·+·'11111111' with "0000".slice(0,·charLength·+·1)·+·"11111111"
Open

  mask = '0000'.slice(0, charLength + 1) + '11111111'.slice(charLength + 1);
Severity: Minor
Found in src/index.js by eslint

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

Replace ⏎····'number' with ·"number"
Open

  byteLength =
Severity: Minor
Found in src/index.js by eslint

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

Delete ,
Open

      debug: false,
Severity: Minor
Found in karma.conf.js by eslint

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

Replace '·bytes·are·available.' with "·bytes·are·available."
Open

            ' bytes are available.'
Severity: Minor
Found in src/index.js by eslint

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

Replace ').' with ")."
Open

        ').'
Severity: Minor
Found in src/index.js by eslint

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

Severity
Category
Status
Source
Language