mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-21 02:27:49 +02:00
refactor(v2): correct client types and type aliases (#4451)
This commit is contained in:
parent
291a72fbae
commit
15107ee099
12 changed files with 128 additions and 97 deletions
|
@ -132,6 +132,12 @@ module.exports = {
|
|||
'header/header': OFF,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.d.ts'],
|
||||
rules: {
|
||||
'import/no-duplicates': OFF,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.js'],
|
||||
rules: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue