jacopotarantino/Lovelace

View on GitHub
grunt/coffeelint.coffee

Summary

Maintainability
Test Coverage
'use strict'

module.exports =
  options:
    'no_trailing_whitespace':
      'level': 'error'
  all: [
    'components/**/*.coffee'
    'grunt/**/*.coffee'
    'lib/**/*.coffee'
    'spec/**/*.coffee'
    'Gruntfile.coffee'
  ]