nfroidure/utf-8

View on GitHub
karma.conf.js

Summary

Maintainability
A
0 mins
Test Coverage

Replace 'Chrome',·'Firefox' with "Chrome",·"Firefox"
Open

    browsers: ['Chrome', 'Firefox'],
Severity: Minor
Found in karma.conf.js by eslint

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

Replace 'tests/*.mocha.js':·['browserify'], with "tests/*.mocha.js":·["browserify"]
Open

      'tests/*.mocha.js': ['browserify'],
Severity: Minor
Found in karma.conf.js by eslint

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

Replace 'tests/*.mocha.js' with "tests/*.mocha.js"
Open

      'tests/*.mocha.js',
Severity: Minor
Found in karma.conf.js by eslint

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

Replace 'progress' with "progress"
Open

    reporters: ['progress'],
Severity: Minor
Found in karma.conf.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/

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 '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 '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/

Delete ,
Open

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

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

There are no issues that match your filters.

Category
Status