Skip to content

Commit

Permalink
Merge pull request #211 from syroegkin/dev
Browse files Browse the repository at this point in the history
Technical release
  • Loading branch information
syroegkin authored May 26, 2024
2 parents 3fb11d0 + 8d7ed4c commit f6b105a
Show file tree
Hide file tree
Showing 38 changed files with 31,860 additions and 31,831 deletions.
13 changes: 8 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ module.exports = {
},
overrides: [
{
files: ['**/*.ts', '**/*.tsx'],
},
{
files: '*.spec.js',
files: '*.spec.ts',
rules: {
'no-unused-expressions': 'off',
'no-undef': 0,
'no-unused-expressions': 0,
// I want to test weird cases
'@typescript-eslint/ban-ts-comment': 0,
'import/no-extraneous-dependencies': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-non-null-assertion': 0,
},
},
],
Expand Down
Loading

0 comments on commit f6b105a

Please sign in to comment.