1
0
Fork 0

Removed jslint headers from system apps.

This commit is contained in:
Alan Plum 2014-08-27 13:12:25 +02:00
parent bff47e558b
commit 71155440e6
21 changed files with 21 additions and 41 deletions

View File

@ -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
}

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global require, applicationContext*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global require, applicationContext*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global exports, appCollection*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global exports, appCollection*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100 */
/*global require, exports*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -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*/
////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, describe, it */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, exports, describe, it, beforeEach */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, describe, it */
(function () {
'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */
(function () {
'use strict';