Skip to content
Snippets Groups Projects
Select Git revision
  • dev
1 result

index.html

Blame
  • jshint.js 84 B
    #!/usr/bin/env node
    
    const jshint = require('./jshint-utils');
    
    jshint.validate();