Skip to content

Commit

Permalink
cleanup lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhiteKnight committed Nov 4, 2019
1 parent e7641ff commit 13755f9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 43 deletions.
7 changes: 2 additions & 5 deletions lib/Interval.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 8 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const si = require('systeminformation');
Expand All @@ -19,7 +16,7 @@ class Interval {

/**
*
* @param {string} src
* @param {any} src
* @param {string} tgtId
*/
async showData(src, tgtId, adapter, init, level = 0) {
Expand Down
6 changes: 1 addition & 5 deletions lib/Interval0.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
6 changes: 1 addition & 5 deletions lib/Interval1.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
6 changes: 1 addition & 5 deletions lib/Interval2.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
6 changes: 1 addition & 5 deletions lib/Interval3.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
6 changes: 1 addition & 5 deletions lib/Interval4.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W083 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
6 changes: 1 addition & 5 deletions lib/IntervalOnce.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/* jshint -W119 */
/* jshint -W097 */
/* jshint -W030 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
// @ts-nocheck
/* jslint esversion: 9 */
'use strict';

const Interval = require(__dirname + '/Interval.js');
Expand Down
9 changes: 3 additions & 6 deletions lib/helper.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// @ts-nocheck
/* jshint -W097 */
/* jshint -W117 */
/* jshint -W119 */
/* jshint -W083 */
/* jslint esversion: 6 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 9 */
'use strict';

// structure of systeminformation data
Expand Down
3 changes: 1 addition & 2 deletions lib/tools.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* jshint -W119 */
/* jslint esversion: 6 */
/* jslint esversion: 9 */
const axios = require('axios');

/**
Expand Down
4 changes: 4 additions & 0 deletions main.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* jshint -W117 */
/* jshint strict:true */
/* jslint node: true */
/* jslint esversion: 6 */
'use strict';

/**
Expand Down

0 comments on commit 13755f9

Please sign in to comment.