UNPKG
@evpower/ocpp-ts
Version:
latest (0.4.4)
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
OCPP 1.6: Open Charge Point Protocol
github.com/evpower-ai/ocpp-ts
@evpower/ocpp-ts
/
.eslintrc.js
15 lines
(14 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module
.
exports
= { extends: [
'airbnb'
,
'airbnb-typescript'
], parserOptions: { project:
'./tsconfig.json'
}, rules: {
"import/prefer-default-export"
:
0
,
"@typescript-eslint/indent"
:
0
,
"max-len"
:
"warn"
} };