Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-01-03 10:50:53 +0300
committerChris Rebert <code@rebertia.com>2015-01-03 10:50:53 +0300
commite167f0dd1cfc8710d9d07cb69a083d97b85b1f02 (patch)
tree737b68c3da1c0dbfe37541b183c6302a2c512f0b /Gruntfile.js
parent140f3d5deee1d03a0578162ddaa24e9ca00f2082 (diff)
ESLint the non-ES6 modules
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 6561342..3c2343a 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -72,12 +72,9 @@ module.exports = function (grunt) {
gruntfile: {
src: '<%= jshint.gruntfile.src %>'
},
- /*
- // grunt-eslint doesn't support ES6
- // (ES6 support is currently experimental in ESLint itself)
lib: {
- src: '<%= jshint.lib.src %>'
- },*/
+ src: ['src/**/*.js', '!src/browser/**/*.js']
+ },
test: {
src: '<%= jshint.test.src %>'
}