@xpring-eng/ripplex-config-react

v0.0.4
TBD

build

rm -rf dist && npm run lintNoFix && tsc --project . && npm run test

lint

eslint . --ext .ts --fix --max-warnings 0 && prettier --write '**/*.{md,json}'

lintNoFix

eslint . --ext .ts --max-warnings 0 && prettier --check '**/*.{md,json}'

test

nyc mocha 'test/**/*.test.ts'
npm i @xpring-eng/ripplex-config-react

Metadata

Downloads