UNPKG

vue-pnpjs

Version:

Provides integration between Vue.js and PnP.js

24 lines 367 B
{ "extends": [ "tslint-config-standard" ], "rules": { "semicolon": [ true, "always" ], "space-before-function-paren": [ false ], "ter-indent": [ false ], "no-inferrable-types":true, "strict-type-predicates": false, "indent": [ true, "spaces", 2 ] } }