Commit c586a56d authored by XhmikosR's avatar XhmikosR

Move `immed` to JSCS.

parent 25450730
......@@ -65,6 +65,9 @@ module.exports = function (grunt) {
config: 'js/.jscsrc'
},
grunt: {
options: {
'requireParenthesesAroundIIFE': true
},
src: ['Gruntfile.js', 'grunt/*.js']
},
src: {
......
{
"curly" : true,
"eqeqeq" : true,
"immed" : true,
"newcap" : true,
"noarg" : true,
"node" : true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment