Stories exports no longer fire an eslint warning if they're untyped
This commit is contained in:
parent
2ff0c5460e
commit
eec0a23eaf
1 changed files with 6 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue