Skip to content

Commit

Permalink
Merge pull request #23 from simonc56/sass-api
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc56 authored Sep 30, 2024
2 parents ad551ba + e359f3f commit 929b1da
Show file tree
Hide file tree
Showing 9 changed files with 697 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ module.exports = {
files: ['src/**/features/*.ts'],
rules: { 'no-param-reassign': ['error', { props: false }] },
},
{
'files': ['vite.config.ts', 'vitest.config.ts'],
'rules': {
'import/no-extraneous-dependencies': ['error', { 'devDependencies': true }],
},
},
],
plugins: ['react', '@typescript-eslint'],
rules: {
Expand Down
Loading

0 comments on commit 929b1da

Please sign in to comment.