Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- also fix stylelint that was failing on `@tailwind`
  • Loading branch information
irahopkinson committed Oct 14, 2024
1 parent 94c18cb commit 695a2ae
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 239 deletions.
6 changes: 5 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// #region shared with https://github.com/paranext/paranext-core/blob/main/.stylelintrc.js and https://github.com/paranext/paranext-multi-extension-template/blob/main/.stylelintrc.cjs

module.exports = {
extends: ['stylelint-config-recommended', 'stylelint-config-sass-guidelines'],
extends: [
'stylelint-config-recommended',
'stylelint-config-sass-guidelines',
'stylelint-config-tailwindcss/scss',
],
overrides: [
{
files: ['**/*.scss'],
Expand Down
Loading

0 comments on commit 695a2ae

Please sign in to comment.