mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 10:12:52 +00:00
Declare JSX types and export a modified `Node` type containing the union of `Node` from `@types/estree` plus JSX node types. Like `@types/estree` this is a types-only package to aid consuming ASTs created by various JavaScript parsers used in tooling.
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"dt-header": false,
|
|
"npm-naming": false
|
|
}
|
|
}
|