feature(jshint) ignore reserved words

This commit is contained in:
coderaiser 2017-02-17 16:33:47 +02:00
parent 5c99214ae3
commit 36d2fb8723
2 changed files with 2 additions and 4 deletions

View file

@ -16,5 +16,6 @@
"evil" : true,
"expr" : true,
"quotmark": "single",
"validthis": true
"validthis": true,
"-W024": true
}

View file

@ -7,9 +7,6 @@
/* global salam */
/* global omnes */
// ignore reserved words
// jshint -W024
'use strict';
CloudCmd.Operation = OperationProto;