mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Add back jshint
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
module.exports = function(grunt) {
|
||||
grunt.initConfig({
|
||||
jshint: {
|
||||
/*options: {
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
},*/
|
||||
},
|
||||
files: [
|
||||
'Gruntfile.js',
|
||||
'package.json'
|
||||
//,'js/**/*.js',
|
||||
//'<%= nodeunit.tests %>'
|
||||
'package.json',
|
||||
'js/**/*.js'
|
||||
]
|
||||
},
|
||||
connect: {
|
||||
|
Reference in New Issue
Block a user