mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(jshint) ignore reserved words
This commit is contained in:
parent
5c99214ae3
commit
36d2fb8723
2 changed files with 2 additions and 4 deletions
|
|
@ -16,5 +16,6 @@
|
|||
"evil" : true,
|
||||
"expr" : true,
|
||||
"quotmark": "single",
|
||||
"validthis": true
|
||||
"validthis": true,
|
||||
"-W024": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
/* global salam */
|
||||
/* global omnes */
|
||||
|
||||
// ignore reserved words
|
||||
// jshint -W024
|
||||
|
||||
'use strict';
|
||||
|
||||
CloudCmd.Operation = OperationProto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue