UNPKG
eslint-plugin-tsc
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Wraps a TypeScript compiler checks
github.com/unlight/eslint-plugin-tsc
unlight/eslint-plugin-tsc
eslint-plugin-tsc
/
index.js
8 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
rules
=
void
0
;
const
config_1 =
require
(
"./config"
);
exports
.
rules
= {
config
: config_1.
config
, };