UNPKG

cardano-wallet-js

Version:

javascript/typescript client for the official cardano-wallet api

11 lines 227 B
module.exports = { root: true, parser: '@typescript-eslint/parser', plugins: [ '@typescript-eslint', ], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', ], };