UNPKG
@gera2ld/plaid-common-ts
Version:
canary (2.5.1-alpha.1)
latest (2.5.9)
2.5.9
2.5.1
2.5.1-alpha.1
2.5.0
2.4.1-alpha.3
2.4.1-alpha.2
2.4.0
2.3.4-alpha.0
2.3.3
2.3.3-alpha.2
2.3.3-alpha.1
2.3.3-alpha.0
2.3.1
2.2.0
2.1.9-alpha.0
2.1.5
2.1.4
2.1.3
2.1.3-alpha.5
2.1.2
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2
Common config for Typescript
github.com/gera2ld/plaid
gera2ld/plaid
@gera2ld/plaid-common-ts
/
eslint
/
index.js
8 lines
(7 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { parser:
'@typescript-eslint/parser'
, plugins: [
'@typescript-eslint'
], extends: [
'plugin:@typescript-eslint/recommended'
, ], };