pronto-tslint_npm 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da03fc982090f6383bc14a5730249ad01f258f96
4
- data.tar.gz: b52f36a0334c0940afe7bf2d1ffd435db153e1f9
3
+ metadata.gz: 5f47d779b292087a92f63f34de672950b04f37a1
4
+ data.tar.gz: cac85de5b51b7cc19823cc8571f9ca9bcb8772cf
5
5
  SHA512:
6
- metadata.gz: 1189663781c0d25eaf313b13f8a4da62993ccecf79630ee50bbb9445aa902ec4e5d339c726491bfdd5f930cf1b807a78466144f285d00825329e7196049adcba
7
- data.tar.gz: dd9202661c160992fd874db1cdaf56b21871ae65ff72ef7852691739b2e218c9e594d8dd02c1a5fb37dd187999018b66d460097c1be84a04e335f2cf175a976d
6
+ metadata.gz: 51326399d5c3795e2c9503dccc0ffbafe736ea54a0811a99ad6e929d534ae042a25115b95940d9aeaca2c13ad5b37857737a7677c908d872ef051149d1c6d5e4
7
+ data.tar.gz: aa7e2828ff967bdad5aea116de95dea64082ad0f5a19d169d93e543a77d9521defe710219a35e236b0883d31d94c55f6b622b3edef3a1f38df3406c0abc046b3
data/README.md CHANGED
@@ -1,12 +1,7 @@
1
1
  # Pronto runner for TSLint (using tslint from npm)
2
2
  (forked from doits/pronto-eslint_npm)
3
3
 
4
- <!--
5
- [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint_npm.svg)](https://codeclimate.com/github/doits/pronto-eslint_npm)
6
- [![Build Status](https://travis-ci.org/doits/pronto-eslint_npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint_npm)
7
- [![Gem Version](https://badge.fury.io/rb/pronto-eslint_npm.svg)](http://badge.fury.io/rb/pronto-eslint_npm)
8
- [![Dependency Status](https://gemnasium.com/doits/pronto-eslint_npm.svg)](https://gemnasium.com/doits/pronto-eslint_npm)
9
- -->
4
+ ![Build Status](https://travis-ci.org/eprislac/pronto-tslint_npm.svg?branch=master "Build Status")
10
5
 
11
6
  Pronto runner for [TSlint](https://palantir.github.io/tslint/), pluggable linting utility for TypeScript. [What is Pronto?](https://github.com/mmozuras/pronto)
12
7
 
@@ -24,11 +19,11 @@ Configuring TSLint via [tslint.json][tslint.json] will work just fine with pront
24
19
 
25
20
  [tslint.json]: https://palantir.github.io/tslint/usage/configuration/
26
21
 
27
- [eslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories
22
+ <!-- [tslintignore]: http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories -->
28
23
 
29
- ## Configuration of ESLintNPM
24
+ ## Configuration of TSLintNPM
30
25
 
31
- pronto-eslint-npm can be configured by placing a `.pronto_tslint_npm.yml` inside the directory where pronto is run.
26
+ pronto-tslint-npm can be configured by placing a `.pronto_tslint_npm.yml` inside the directory where pronto is run.
32
27
 
33
28
  Following options are available:
34
29
 
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module TSLintNpmVersion
3
- VERSION = '0.0.2'.freeze
3
+ VERSION = '0.0.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-tslint_npm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eddie Prislac
8
- - Markus Doits
9
8
  - Mindaugas Mozūras
10
9
  autorequire:
11
10
  bindir: bin
@@ -110,5 +109,5 @@ rubyforge_project:
110
109
  rubygems_version: 2.5.2
111
110
  signing_key:
112
111
  specification_version: 4
113
- summary: Pronto runner for TSLint, pluggable linting utility for JavaScript and JSX
112
+ summary: Pronto runner for TSLint, pluggable linting utility for TypeScript
114
113
  test_files: []