Skip to content

Commit

Permalink
chore(linting): ignore linting false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jul 7, 2023
1 parent abe3d95 commit 5210d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const _ = require('lodash');
const stylelint = require('stylelint');
// eslint-disable-next-line import/no-unresolved -- https://github.com/import-js/eslint-plugin-import/issues/2703
const doiuse = require('doiuse');
const Result = require('postcss/lib/result');

Expand Down

0 comments on commit 5210d30

Please sign in to comment.