UNPKG

@evpower/ocpp-ts

Version:

OCPP 1.6: Open Charge Point Protocol

15 lines (14 loc) 245 B
module.exports = { extends: [ 'airbnb', 'airbnb-typescript' ], parserOptions: { project: './tsconfig.json' }, rules: { "import/prefer-default-export": 0, "@typescript-eslint/indent": 0, "max-len": "warn" } };