Disable react/prop-types

This commit is contained in:
Nathan Bierema 2024-08-04 19:37:22 -04:00
parent fd04c01b7f
commit e025d2af40

View File

@ -46,6 +46,7 @@
"@typescript-eslint/prefer-string-starts-ends-with": "off", "@typescript-eslint/prefer-string-starts-ends-with": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off", "@typescript-eslint/no-duplicate-type-constituents": "off",
"@typescript-eslint/array-type": "off", "@typescript-eslint/array-type": "off",
"@typescript-eslint/prefer-function-type": "off" "@typescript-eslint/prefer-function-type": "off",
"react/prop-types": "off"
} }
} }