Skip to content

Commit

Permalink
Fix windows issues (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
toxybenzoic authored Sep 4, 2023
1 parent 3e8eb9d commit 9ad0c6f
Show file tree
Hide file tree
Showing 7 changed files with 39,011 additions and 8,989 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ module.exports = {
'import/no-unresolved': 'error',
// Since React 17 and typescript 4.1 you can safely disable the rule
'react/react-in-jsx-scope': 'off',
'import/extensions': [
'error',
'ignorePackages',
{
js: 'off',
jsx: 'off',
ts: 'off',
tsx: 'off',
},
],
},
parserOptions: {
ecmaVersion: 2020,
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ npm-debug.log.*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts
.gitconfig
Loading

0 comments on commit 9ad0c6f

Please sign in to comment.