1.3.5 • Published 6 years ago

@toba/lint v1.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

npm package Dependencies

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

Usage

yarn add @toba/lint --dev

or

npm install @toba/lint --save-dev

then create tslint.json with

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

and add a stylelint section to package.json

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

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago