mirror of https://gitee.com/bigwinds/arangodb
Removed jslint headers from system apps.
This commit is contained in:
parent
bff47e558b
commit
71155440e6
|
@ -8,13 +8,13 @@
|
|||
"forin": true,
|
||||
"freeze": true,
|
||||
"immed": true,
|
||||
"indent": true,
|
||||
"laxbreak": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonbsp": true,
|
||||
"nonew": true,
|
||||
"undef": true,
|
||||
"maxlen": 120,
|
||||
"-W014": true
|
||||
"indent": 2,
|
||||
"maxlen": 120
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
|
||||
/*global require, applicationContext*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
|
||||
/*global require, applicationContext*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
|
||||
/*global exports, appCollection*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
|
||||
/*global exports, appCollection*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100 */
|
||||
/*global require, exports*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120, white: true, plusplus: true, unparam: true, vars: true, continue: true */
|
||||
/*global require, applicationContext, ArangoServerState, ArangoClusterInfo, ArangoClusterComm*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, exports */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, exports, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, describe, it */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, module, describe, it, beforeEach */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, exports, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, module, describe, it, beforeEach */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, module, exports, describe, it, beforeEach */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, exports */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, exports, applicationContext */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, describe, it */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 120 */
|
||||
/*global require, module, describe, it, beforeEach */
|
||||
(function () {
|
||||
'use strict';
|
||||
|
|
Loading…
Reference in New Issue