Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 1, 2021
1 parent 61dc0d4 commit 0c7a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const spinners = Object.assign({}, require('./spinners.json'));
const spinners = Object.assign({}, require('./spinners.json')); // eslint-disable-line import/extensions

const spinnersList = Object.keys(spinners);

Expand Down

0 comments on commit 0c7a35e

Please sign in to comment.