We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148960f commit c367840Copy full SHA for c367840
Gruntfile.coffee
@@ -44,7 +44,7 @@ module.exports = (grunt) ->
44
45
# Lints CoffeeScript files
46
coffeelint:
47
- scripts: './src/scripts/**/*.coffee'
+ files: './src/scripts/**/*.coffee'
48
options:
49
indentation:
50
value: 1
0 commit comments