Toba Webpack Build Configurations


Keywords
prettier, tslint, typescript
License
MIT
Install
npm install @toba/build@5.0.3

Documentation

npm package Dependencies

Shared tslint configuration with tslint-config-prettier and tslint-consistent-codestyle for use in Toba projects.

Usage

yarn add @toba/build --dev

or

npm install @toba/build --save-dev

then create tslint.json with

{
   "extends": [
      "@toba/build/ts"
   ]
}

and add a stylelint section to package.json

   "stylelint": {
      "plugins": [
         "@toba/build/style"
      ]
   }