Skip to content

Commit

Permalink
Merge remote-tracking branch 'paranext-multi-extension-template/main'…
Browse files Browse the repository at this point in the history
… into tailwind
  • Loading branch information
tjcouch-sil committed Oct 14, 2024
2 parents 94be89b + d8899c0 commit c403da3
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 64 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 c403da3

Please sign in to comment.