Method: Jshint::Configuration#files
- Defined in:
- lib/jshint/configuration.rb
#files ⇒ Array<String>
Returns the list of files that JSHint should lint over relatives to the Application root
63 64 65 |
# File 'lib/jshint/configuration.rb', line 63 def files ["files"] end |