grunt-init grunt-init-commonjs --force

This commit is contained in:
Vahagn Khachatryan
2018-12-21 16:29:41 +00:00
parent 52e165a6f3
commit 1359c7b2c5
9 changed files with 279 additions and 6 deletions

14
.jshintrc Normal file
View File

@@ -0,0 +1,14 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}