mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 21:12:38 +08:00
react-intl: Add ignore for "no-declare-current-package" (#20048)
This commit is contained in:
@@ -1 +1,7 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
{
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// TODO
|
||||
"no-declare-current-package": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user