Skip to content

Commit

Permalink
fix(bots): fix incorrect parameter type passed to GitHub API.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Dec 7, 2020
1 parent 816e890 commit 00a8969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-base/rules/variables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const confusingBrowserGlobals = require('confusing-browser-globals');


module.exports = {
plugins: [
'align-assignments',
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-base/test/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

const test = require('tape');


test('all entry points parse', t => {
t.doesNotThrow(() => require('..'), 'index does not throw');
t.doesNotThrow(() => require('../whitespace'), 'whitespace does not throw');
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-base/test/test-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import test from 'tape';

import index from '..';


const files = { ...{ index } }; // object spread is to test parsing

fs.readdirSync(path.join(__dirname, '../rules')).forEach(name => {
Expand Down

0 comments on commit 00a8969

Please sign in to comment.