mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 20:46:58 +02:00
fix(v2): Add missing dependencies to packages (#3355)
This commit is contained in:
parent
c8d6e418ff
commit
16ae3bf462
8 changed files with 15 additions and 7 deletions
|
@ -97,7 +97,7 @@ module.exports = {
|
|||
// TODO re-enable some these as errors
|
||||
// context: https://github.com/facebook/docusaurus/pull/2949
|
||||
'@typescript-eslint/ban-types': WARNING,
|
||||
'import/no-extraneous-dependencies': WARNING,
|
||||
'import/no-extraneous-dependencies': ERROR,
|
||||
'no-useless-escape': WARNING,
|
||||
'prefer-template': WARNING,
|
||||
'no-param-reassign': WARNING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue