0.3.36 • Published 6 years ago

typescript-standard v0.3.36

Weekly downloads
93
License
Apache-2.0
Repository
github
Last release
6 years ago

Zero-configuration TypeScript Standard Validator & Formatter

Installation

npm install typescript-standard --save-dev

Uninstall

npm uninstall typescript-standard --save-dev

Usage

package.json

{
  "scripts": {
    "test": "node_modules/.bin/standard"
  }
}

CLI at project root folder

./node_modules/.bin/standard
./node_modules/.bin/standard --pretty

or in your code

var engine = require('typescript-standard')
console.log(engine.lint());

Extras

typescript-standard-loader - Webpack@2+ loader

Tips

Here is a easier way to run local node_modules by adding the .bin folder into your $PATH variable

export PATH=$PATH:node_modules/.bin

Roadmap

  • TypeScript Code Standard Validation (TSLint)
  • 0.3.x TypeScript Code Pretty Printer (tsc)
  • 0.4.x TypeScript Code Import Formatter (ts-format-imports)
  • 0.5.x TypeScript Code Standard Autofix (TSLint? maybe)

Updates

0.3.36

  • Remove unused dependencies

0.3.32

  • Support for typescript@2.7.2 and tslint@5.9.1

0.3.30

  • Support for typescript@2.2.2 and tslint@5.0.0

0.3.2

  • Format ts files when you run standard --pretty

0.2.12

  • Bug fixing

0.2.6

  • 100% typescript!!!

0.2.5

  • Bug fixing

0.2.1

  • Add --pretty and --verbose output style from cli
  • Rewrite this project in typescript

0.2.0

  • Add support for Typescript 2 'include' field
  • Removed semicolon check because the program is not smart enough to handle all semicolon scenarios with uglifyjs

0.1.1

  • Imported official typescript standard rules from Microsoft repository.
  • The file and exclude from tsconfig.json is supported.
0.3.36

6 years ago

0.3.35

6 years ago

0.3.34

6 years ago

0.3.33

6 years ago

0.3.32

6 years ago

0.3.30

7 years ago

0.3.22

7 years ago

0.3.19

7 years ago

0.3.16

7 years ago

0.3.14

7 years ago

0.3.12

7 years ago

0.3.10

8 years ago

0.3.8

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.2.20

8 years ago

0.2.19

8 years ago

0.2.18

8 years ago

0.2.17

8 years ago

0.2.16

8 years ago

0.2.15

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago