Package Details: tslint 6.1.3-2

Git Clone URL: https://aur.archlinux.org/tslint.git (read-only, click to copy)
Package Base: tslint
Description: A Linter for the TypeScript language.
Upstream URL: http://palantir.github.io/tslint/
Licenses: Apache
Submitter: gdamjan
Maintainer: gdamjan
Last Packager: gdamjan
Votes: 11
Popularity: 0.000000
First Submitted: 2016-06-21 16:47 (UTC)
Last Updated: 2021-04-14 15:03 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

gdamjan commented on 2020-04-27 21:33 (UTC) (edited on 2020-04-27 21:34 (UTC) by gdamjan)

⚠️ TSLint is deprecated.

See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, please check out our OSS Fellowship program.

https://github.com/palantir/tslint#tslint

Latest Comments

gdamjan commented on 2021-03-12 10:22 (UTC)

tslint 6.1.3-1 seems to fail to build for some strange reason, I can't debug … update pending

==> Starting package()...
npm ERR! code FETCH_ERROR
npm ERR! errno FETCH_ERROR
npm ERR! invalid json response body at https://registry.npmjs.org/mkdirp reason: Unexpected end of JSON input

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/damjan/.npm/_logs/2021-03-12T10_17_52_356Z-debug.log
==> ERROR: A failure occurred in package().
    Aborting...

gdamjan commented on 2020-04-27 21:33 (UTC) (edited on 2020-04-27 21:34 (UTC) by gdamjan)

⚠️ TSLint is deprecated.

See this issue for more details: Roadmap: TSLint → ESLint. If you're interested in helping with the TSLint/ESLint migration, please check out our OSS Fellowship program.

https://github.com/palantir/tslint#tslint

prior commented on 2017-01-05 09:43 (UTC)

Hi, 4.1.1 is out. The following PKGBUILD works for me (sha256 and version updated): # $Id$ # Maintainer: Damjan Georgievski <gdamjan@gmail.com> pkgname=tslint pkgver=4.1.1 pkgrel=1 pkgdesc="A Linter for the TypeScript language." arch=('any') url="http://palantir.github.io/tslint/" license=('Apache') depends=('typescript') makedepends=('npm') source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz) noextract=($pkgname-$pkgver.tgz) package() { npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz rm -r "$pkgdir"/usr/etc } sha256sums=('17c3619d1ac799e69bc694d0e2dd58d3e23d349353c7ebd4c28ecc2181b82b7e') # vim:set ts=2 sw=2 et: