Skip to content

Commit 37929de

Browse files
authored
Merge pull request #38 from drgrice1/update-dependencies
Update dependencies.
2 parents 9c9f16c + 41956b8 commit 37929de

File tree

14 files changed

+1700
-4082
lines changed

14 files changed

+1700
-4082
lines changed

.stylelintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ module.exports = {
1414
],
1515
'no-descending-specificity': null,
1616
'no-invalid-position-at-import-rule': null,
17-
'import-notation': 'string'
17+
'import-notation': 'string',
18+
'declaration-property-value-no-unknown': null
1819
},
1920
overrides: [
2021
{

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default [
6262
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
6363
'@typescript-eslint/no-explicit-any': ['error', { ignoreRestArgs: true }],
6464
'@typescript-eslint/prefer-nullish-coalescing': 'off',
65+
'@typescript-eslint/no-base-to-string': 'off',
6566

6667
'mocha/no-setup-in-describe': 'off',
6768

0 commit comments

Comments
 (0)