UNPKG
eslint-config-ts-important-stuff
Version:
latest (1.1.0)
1.1.0
1.0.0
Only important stuff for typescript
eslint-config-ts-important-stuff
/
src
/
eslint-config-ts-important-stuff.js
10 lines
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= {
"extends"
: [
"important-stuff"
, ],
"rules"
: {
// https://github.com/babel/babel-eslint/issues/760
// https://twitter.com/kentcdodds/status/1144963049469747201
"no-undef"
:
"off"
, }, }