1.7.0 • Published 3 years ago

tsi-component-library-test v1.7.0

Weekly downloads
17
License
ISC
Repository
github
Last release
3 years ago

BuildTestLint

NPM Package

Dev environment

Recommended VS Code extensions

We recommend you install the following vs-code extensions to streamline the code quality and linting process. |Name|Purpose| |----|-------| |Prettier - Code formatter| Enforces a consistent style by parsing your code and re-printing it. To ensure that this extension is used over other extensions you may have installed, be sure to set it as the default formatter in your VS Code settings. This setting can be set for all languages or by a specific language. This will also allow for auto-linting on file save. A JavaScript comment of // prettier-ignore || {/* prettier-ignore */} || <!-- prettier-ignore --> || /* prettier-ignore */ will exclude the next node in the abstract syntax tree from formatting.| |ESLint| Integrates ESLint into VS Code. If you are new to ESLint check the documentation.| |stylelint| A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint|

Important NPM commands

Command (prefix with npm run)Effect
buildBundles library with rollup.js
storybookStarts Storybook UI component explorer
testRun jest test suite
test:watchRun tests in hot-reloading watch mode
lintFormats code to conform to prettier and stylelint format
lint:checkChecks for eslint, prettier, and stylelint formatting errors/warnings.
1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago