Skip to content

Commit

Permalink
Update deps (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jul 10, 2023
1 parent 073906a commit a33df6f
Show file tree
Hide file tree
Showing 3 changed files with 1,704 additions and 1,640 deletions.
2 changes: 1 addition & 1 deletion getTestRule.js
Expand Up @@ -2,7 +2,7 @@

const util = require('util');

const { lint } = require('stylelint'); // eslint-disable-line node/no-unpublished-require -- Avoid auto-install of `stylelint` peer dependency.
const { lint } = require('stylelint'); // eslint-disable-line n/no-unpublished-require -- Avoid auto-install of `stylelint` peer dependency.

/**
* @typedef {import('.').TestCase} TestCase
Expand Down

0 comments on commit a33df6f

Please sign in to comment.