1.3.5 • Published 7 years ago

@toba/lint v1.3.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago