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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-16 23:02:38 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2016-11-16 23:02:38 +0300
commit28bd0489a9d2f45faf5fc3a4214cd049faf938ea (patch)
treedd22f65c6876709b445029dfa711a6e32874e3bf /tasks
parentf7db4b422a85b3ef17808fce3dde814d78411465 (diff)
Remove npm deps that is not used
Diffstat (limited to 'tasks')
-rw-r--r--tasks/config/eslint.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/tasks/config/eslint.js b/tasks/config/eslint.js
new file mode 100644
index 0000000..c226925
--- /dev/null
+++ b/tasks/config/eslint.js
@@ -0,0 +1,10 @@
+module.exports = function(grunt) {
+ grunt.config.set('eslint', {
+ eslint: {
+ eslint: {
+ target: ['/Volumes/diskE/Users/t5e/Projects/blog/hugo-tranquilpeak-theme/src/js/about.js']
+ }
+ }
+ });
+ grunt.loadNpmTasks('grunt-eslint');
+}; \ No newline at end of file