stream-chat

v0.1.9
JS SDK for the Stream Chat API
chat messaging conversation react stream getstream getstream.io

lint

npx prettier --list-different '**/*.{js,ts,css,scss,json}' .eslintrc.json .prettierrc .babelrc && npx eslint 'src/*.js' --max-warnings 0

test

NODE_ENV=test STREAM_LOCAL_TEST_RUN=yes mocha --exit --bail --timeout 15000 --require @babel/register test/*.js -- --async-stack-traces

build

babel src --out-dir dist --ignore node_modules

eslint

npx eslint '**/*.{js,md}' --max-warnings 0

lint-fix

npx prettier --write '**/*.{js,ts,css,scss,json}' .eslintrc.json .prettierrc .babelrc && npx eslint --fix 'src/*.js' --max-warnings 0

prettier

npx prettier --list-different '**/*.{js,ts,md,css,scss,json}' .eslintrc.json .prettierrc .babelrc

testwatch

NODE_ENV=test STREAM_LOCAL_TEST_RUN=yes nodemon ./node_modules/.bin/mocha --timeout 15000 --require test-entry.js test/test.js

prettier-fix

npx prettier --write '**/*.{js,ts,md,css,scss,json}' .eslintrc.json .prettierrc .babelrc

Metadata

Downloads

Maintainers