Skip to content

j1ands/karma-HTML_CodeSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

karma-HTML_CodeSniffer

Adapter for the HTML_CodeSniffer script

Installation

The easiest way is to keep karma-html_codesniffer as a devDependency in your package.json.

{
  "devDependencies": {
    "karma-html_codesniffer": "~1.0.0"
  }
}

You can simple do it by:

npm install karma-html_codesniffer --save-dev

Instructions on how to install karma can be found here.

Configuration

Following code shows the default configuration...

// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['html_codesniffer'],

    files: [
      '*.js'
    ]
  });
};

For more information on Karma see the homepage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published