1.4.3 • Published 6 years ago

tsmix-linter v1.4.3

Weekly downloads
24
License
ISC
Repository
-
Last release
6 years ago

TypeScript Mix Linter

A Linter built on top of TypeScript for linting .ts files using the typescript-mix module library.

Dependencies

  • TypeScript
  • TypeScript Mix

Installation

$ npm install -g tsmix-linter

How to Use.

$ tsmix-linter --help

------- Linting a File -----------

$ tsmix-linter "hello.ts"

------- Linting all .ts files in a directory ----------

$ tsmix-linter "." 

Options

--help, -h       Prints the help message.
--version, -v    Prints out the version number.
--watch, -w      Specify if linting is done in watch mode.
--log, -l        Specify how errors are logged. default "normal".

Goals

  • Ensure adherence to typescript-mix standards.

  • Catch errors, code smells and potential bugs when using mixins.

  • Ensure a uniform mixin pattern that is easily recognisahle among different code bases.

Shutting up the Linter.

///@ts-ignore (Simply place it on top of your code base)
1.4.3

6 years ago

1.3.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.6

6 years ago

1.2.3

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.3

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.6

6 years ago

1.0.5

6 years ago