From be2ce57e30351489e6e049edb32e274d405f7f7b Mon Sep 17 00:00:00 2001 From: Aleksey Shvayka Date: Fri, 25 Mar 2016 23:41:48 +0200 Subject: [PATCH] Consistent quotes --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 419038e..289d8a3 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,10 @@ -"use strict"; +'use strict'; var path = require('path'); module.exports = { rules: { - "no-js": function(context) { + 'no-js': function(context) { return { Program: function(node) { if (path.extname(context.getFilename()) === '.js') {