Skip to content

Commit

Permalink
add linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Nov 18, 2022
1 parent fb12030 commit f505c50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

'use strict';

// eslint-disable-next-line node/no-unpublished-require
const {assert} = require('chai');
// eslint-disable-next-line node/no-unpublished-require
const {describe, it} = require('mocha');
const {execSync} = require('child_process');
const exec = cmd => execSync(cmd, {encoding: 'utf8'});
Expand Down

0 comments on commit f505c50

Please sign in to comment.