Skip to content

Commit

Permalink
feat(deps): update deps, support of eslint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Delagen committed Oct 12, 2021
1 parent 2dc038f commit 384e311
Show file tree
Hide file tree
Showing 4 changed files with 16,831 additions and 10,016 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ module.exports = {
},
testRegex: './tests/.+\\.test\\.ts$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
moduleNameMapper: {
'@eslint/eslintrc/universal': '@eslint/eslintrc/dist/eslintrc-universal.cjs',
},
};
Loading

0 comments on commit 384e311

Please sign in to comment.