Fix lint-staged not allowing edits to Markdown files (#1402)
* Remove unnecessary overrides config * Only lint-staged code files
This commit is contained in:
parent
82a17db594
commit
138e6d9b97
2 changed files with 4 additions and 10 deletions
|
@ -252,6 +252,6 @@
|
|||
]
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "yarn eslint --ext .js,.jsx,.ts,.tsx --fix"
|
||||
"*{.js,.jsx,.ts,.tsx}": "yarn eslint --fix"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue