Skip to content

Commit d271cd5

Browse files
author
Rares Mardare
committed
3.2.2 should have ts path set correctly
1 parent 766122d commit d271cd5

File tree

10 files changed

+286
-144
lines changed

10 files changed

+286
-144
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
"linebreak-style": "off",
4444
"comma-dangle": "off",
4545
"@typescript-eslint/no-explicit-any": "off",
46+
"@typescript-eslint/no-var-requires": "off",
4647
"react/prop-types": "off",
4748
"semi": ["error", "never"],
4849
"react/jsx-uses-vars": "error",

0 commit comments

Comments
 (0)