Skip to content

Commit

Permalink
update dependencies (#29)
Browse files Browse the repository at this point in the history
- also fix stylelint to work with tailwind @ directives
  • Loading branch information
irahopkinson authored Oct 14, 2024
1 parent 4c2101b commit d8899c0
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 257 deletions.
6 changes: 5 additions & 1 deletion .stylelintrc.cjs
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-extension-template/blob/main/.stylelintrc.js

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 d8899c0

Please sign in to comment.