DefinitelyTyped/types/eslint/package.json
Kwok Chi Leong a9950fcb4a [@types/eslint] Added rules definitions for ESLint (#37704)
* [@types/map-to-obj] New type definition

* [@types/map-to-obj] Fixed typo

* [@types/eslint] Added rules definitions for ESLint

* [@types/eslint] Fixed coding style

* [@types/eslint] Updated headers

* Revert "[@types/eslint] Fixed coding style"

This reverts commit b1ac79f159efe5bd70a0295e76853f19c52045f7.

* [@types/eslint] Removed unused file

* [@types/eslint] fixed tsconfig.json
2019-08-20 11:58:27 -07:00

11 lines
167 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.1.0-0": {
"*": [
"ts3.1/*"
]
}
}
}