Stories exports no longer fire an eslint warning if they're untyped

This commit is contained in:
Eric Schultz 2020-10-21 12:57:57 -05:00 committed by Eric Schultz
parent 2ff0c5460e
commit eec0a23eaf

View file

@ -62,6 +62,12 @@ module.exports = {
tsxSpec,
tsSettings,
tsxSettings,
{
"files": ['*.stories.ts', '*.stories.tsx'],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": ["off"],
},
},
],
"rules": {
"linebreak-style": [