Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typescript-eslint/typescript-eslint

:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
https://github.com/typescript-eslint/typescript-eslint

fix(plugin-typescript): add TSMappedType to type-annotation-spacing

11692850e449c21b68797ad5a004b13279019121 authored almost 6 years ago by Armano <[email protected]>
1.0.0-rc.1

071be2b09e2371f32ec9c736d02b258968fca701 authored almost 6 years ago by Brad Zacher <[email protected]>
[DEPS] Make TypeScript a peerDependency (#265)

3c24c6112147019e865d1d9e7a0828fc5cfd9a29 authored almost 6 years ago by Jed Fox <[email protected]>
fix(plugin-typescript): fix issues in indent rule

64e932000155c32ebc3743562c5d6c8d4f97fab0 authored almost 6 years ago by Armano <[email protected]>
test(plugin-typescript): fix some tests

829b2e0ef1c5e8d7a31d1b764543ed6aef616d47 authored almost 6 years ago by James Henry <[email protected]>
[CHORE] Fix issue with line ending chars in .gitattributes (#252)

When user has `git core.autocrlf` set to crlf on windows machines there are collisions between `...

9dba0bd90dae67a02931e18b6ccf97b39609e666 authored almost 6 years ago by Armano <[email protected]>
[FIX] [no-unused-vars] add EnumMember (#236)

Fixes #235

d9c33dd2203feda403caef43aecea156f2c64d61 authored almost 6 years ago by mogafk <[email protected]>
[DOCS] List jsdoc-format replacement for eslint (#246)

a7f542b5b5e621f88c0acdc42f182ecca8fc19d9 authored almost 6 years ago by Armano <[email protected]>
[FIX] Correct recommended warning rules (#263)

36da19b62ce91d1015778a7e56bc873bd035870f authored almost 6 years ago by Jed Fox <[email protected]>
[FIX] [no-namespace] Refactor rule (#257)

This PR changes logic in no-namespace rule and fixing some annoying bugs

- improve definition f...

333c215075e73e57095ef929774095abf44e31f1 authored almost 6 years ago by Armano <[email protected]>
Test: Fixed adjacent-overload-signatures barfing on no-name, generic, default exports (#160)

7864c231442f8f94216dcf604fd4436fa55ae9fa authored almost 6 years ago by Brad Zacher <[email protected]>
[FEAT] Add tool to generate recommended config (#204)

0a858be2c29c5a1790bdad5c4d652a788ed14952 authored almost 6 years ago by Armano <[email protected]>
[FEAT] [no-this-alias] Add rule (#232)

ebee203f5bb260718d5d3b158f40374af99cc884 authored almost 6 years ago by Jed Fox <[email protected]>
chore: fix formatting

9c39b429ca817cd0efe877d3c06f4983a416d865 authored almost 6 years ago by Armano <[email protected]>
Chore: Update typescript-eslint-parser and typescript (#115)

2e54be161e0ad9347cc7862fd6de412d9269eb7f authored almost 6 years ago by Mackie Underdown <[email protected]>
Chore: Publish version 0.8.0 to npm

4fe867700ebce02b7eecaada0f2855bccda13c89 authored almost 6 years ago by James Henry <[email protected]>
[CHORE] switched to prettier-eslint and added vscode config (#182)

Added config for the vscode prettier extension because I got sick of manually formatting and rel...

544f67b02a67c3505329a305f06f04fad26ee675 authored almost 6 years ago by Brad Zacher <[email protected]>
[DEPS] Upgrade typescript-eslint-parser to 17.0.1 (#169)

* Upgrade typescript-eslint-parser to 16.0.1

* Add test case

* typescript-eslint-parser 17.0.1...

721c58e06dd2b3a27795073f8cf026c628c94de2 authored almost 6 years ago by Armano <[email protected]>
Chore: Publish version 0.5.0 to npm

f69407de6551d6ed6ca2aba36b786bc8088b5dcb authored almost 6 years ago by James Henry <[email protected]>
Fix: interface-name-prefix failing on interface with number in name (fixes #139) (#140)

f36b75473e3c91211f29ed9a1c2ead66511ec628 authored almost 6 years ago by Brad Zacher <[email protected]>
Fix: handle optional annotations in type-annotation-spacing (#121)

863baef736739464981c04740c7c9e865e833243 authored almost 6 years ago by Brad Zacher <[email protected]>
Update package.json

0a3fae0b073d83b04b0866aa55d4eb81c285f526 authored almost 6 years ago by Brad Zacher <[email protected]>
Test: type-annotation-spacing: keyof considered like arrow (#91)

ad0bde6980bb41a54b69bf6170e9e82e2d88fe33 authored almost 6 years ago by Shahar Or <[email protected]>
Fix: type-annotations are marked as used (fixes #61) (#62)

f091584428725a4969aa49fdf807c67cd433f410 authored almost 6 years ago by Patricio Trevino <[email protected]>
Chore: Use a more-minimal reporter for Mocha (#73)

baf9e9ec037b1030655d482a999c55ab5880c75b authored almost 6 years ago by Jed Fox <[email protected]>
[FIX] [no-triple-slash-reference] fix false positives (#226)

### Disallow `/// <reference path="" />` comments

but it's triggered on:
- `/// <reference type...

fba3e29ad4155ab5d6f76bb74d33f259363ab727 authored almost 6 years ago by Armano <[email protected]>
Fix: no-angle-bracket-type-assertion fails with non-reference types (fixes #19) (#20)

af7de4da1a87ef68b57e1d81d88c4c066a52423f authored almost 6 years ago by patricio trevino <[email protected]>
[FEAT] [no-object-literal-type-assertion] Add rule (#225)

0017a0e12dde81f5e034d1cef707a7c83c2cf845 authored almost 6 years ago by Armano <[email protected]>
Fix: adjacent-overload-signatures fails with type (fixes #49) (#50)

ed4141c615250df9abc2ff9301bdebb73c7e443a authored almost 6 years ago by Patricio Trevino <[email protected]>
Fix: type-annotation-spacing rule doesn't work for class properties (fixes #24) (#36)

41dfa1fbfcc5be53a2e9b2ff0b85720fe50ad882 authored almost 6 years ago by Patricio Trevino <[email protected]>
Docs: type-annotation-spacing rule

c7baafa9b1017912efd299cb4de09c4388a36b1f authored almost 6 years ago by Nicholas C. Zakas <[email protected]>
[CHORE] Add yarn check to precommit (#207)

https://yarnpkg.com/lang/en/docs/cli/check/#toc-yarn-check-verify-tree

`yarn check` will ensure...

c2a54d71da8f8c4fa41681b9b66a790196ac25c7 authored almost 6 years ago by Brad Zacher <[email protected]>
Build: Fix Travis script

0d68e559755f2c2b702e4e360fe09256d7ed0270 authored almost 6 years ago by Nicholas C. Zakas <[email protected]>
New: Add rule no-triple-slash-reference

1e4708321f33f795613e86e78fb1d1230884539b authored almost 6 years ago by Danny Fritz <[email protected]>
[CHORE] [adjacent-overload-signatures] migrate error message to messageId (#221)

317834ed8233fab84919f3e9d162d4ded86c14f8 authored almost 6 years ago by Armano <[email protected]>
NEW: Add rule "explicit-member-accessibility" to enforce accessibility modifiers such as public, private, and protected. (refs #4)

831f2234e4329b805cf30c81aeab355d24daab20 authored almost 6 years ago by Danny Fritz <[email protected]>
chore: fix issue with building project under windows (#41)

8febf9c003862d46c5f60d7c2e57683448181db4 authored almost 6 years ago by Armano <[email protected]>
Merge pull request #35 from typescript-eslint/import-eslint-plugin-tslint

Import eslint-plugin-tslint

4ddbe8903272c36de1477722d6d14b6962f44fa4 authored almost 6 years ago by James Henry <[email protected]>
fix(plugin-tslint): remove unsupported options

494e2477f11ef35b46012541a71c66710691ed5b authored almost 6 years ago by James Henry <[email protected]>
chore: run tests in parallel

3e1a01f0a7930e2bfff5eb9d986a0d458eb0b344 authored almost 6 years ago by James Henry <[email protected]>
feat(plugin-tslint): remove service, use parserServices

f54d5cb0aad93c4de1dc39ae3b7b887852b86eac authored almost 6 years ago by James Henry <[email protected]>
chore: remove force-local flag

8ff28563fdf6fcd5541bc96612804a776d31da47 authored almost 6 years ago by James Henry <[email protected]>
docs: Added link to another tslint plugin

eea5bff07d116bb0b8b28a3552567ccead0b26ed authored almost 6 years ago by roman.vasilev <>
chore: Updated dependencies

81f4204e2b504e1908700280e7bbc00339db8934 authored almost 6 years ago by roman <root@localhost>
docs: Main description

2a1f9ef19619c0b7551830f73ef5607bc0870ad3 authored almost 6 years ago by roman.vasilev <>
feat: Support for tslint property

#40

2e6776e38f63b883ddb904a871402818b7f96172 authored almost 6 years ago by roman <root@localhost>
docs: add issue template, remove migration note

74d628b8d365587aea96014fc28230f6c9d3b38a authored almost 6 years ago by James Henry <[email protected]>
test: Replaced jest by mocha

eae233c848ba2ffa05e9700729093a9be7522cba authored almost 6 years ago by roman.vasilev <>
chore(package): update typescript-eslint-parser to version 19.0.1

3fc7e876bb643119598aa9b2f52a0a2edcc81a97 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix: Updated typescript-service dependency

cab2bd5b87423cd757d796261dd28f310fef8762 authored almost 6 years ago by roman.vasilev <>
feat(plugin-tslint): updates for monorepo

9fa85a573d36a50a605243a978e7298c47be68b4 authored almost 6 years ago by James Henry <[email protected]>
fix: Update program when sourceFile was updated

1c14cb8b606067d7fd8d7f8783291b109fb4f6c1 authored almost 6 years ago by roman.vasilev <>
chore(release): 2.2.3 [skip ci]

## <small>2.2.3 (2018-08-26)</small>

* fix: Updated typescript-service dependency ([2f4f434](ht...

13a280a7fe86548b576d6ab2f66be1c16bc960bc authored almost 6 years ago by semantic-release-bot <[email protected]>
ci: Fixed deployment

dbfe392470b40e56ca4261f23c079eff96c0b2b8 authored almost 6 years ago by roman.vasilev <>
chore: Updated dependencies

544935c77c0003e529e16a0aef0a59038153ab60 authored almost 6 years ago by roman.vasilev <>
ci: Added install before deploy stage

4c6886641d7f45842418cd41c39221ae12a57ca6 authored almost 6 years ago by roman.vasilev <>
test: Added coverage

3b3dc001740b0c2ee91dcc86b8d5b5e652ebe958 authored almost 6 years ago by roman.vasilev <>
chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/JamesHenry/eslint-plugin-tslint/compare/v2.1.0...v3.0.0) (2018-09-0...

92963859a3d47ba5e1bff11dc0d590ba3d2f82c9 authored almost 6 years ago by semantic-release-bot <[email protected]>
chore(release): 3.1.0 [skip ci]

# [3.1.0](https://github.com/JamesHenry/eslint-plugin-tslint/compare/v3.0.0...v3.1.0) (2018-10-1...

9eba5a8abadaf03c24c9acbc27bd81325a370493 authored almost 6 years ago by semantic-release-bot <[email protected]>
feat: Post merge adapdation from tslint2 repository

Support rules which requires type information, support tsx

BREAKING CHANGE: New dependency

#32...

dc31589f880e42f5a829ee2e27e8c6d7219e87ea authored almost 6 years ago by roman.vasilev <>
docs: Updated README

b900bf41157413b76386b366e4f79df8135f1719 authored almost 6 years ago by roman <root@localhost>
fix: Tiny lint note elimination

699142f85b0c504eb8d7c359d2b81eef37a849b3 authored almost 6 years ago by roman <root@localhost>
chore(release): 2.2.4 [skip ci]

## <small>2.2.4 (2018-08-26)</small>

* fix: Update program when sourceFile was updated ([0fe933...

7f0e7adc9c486d01b49dae050e75cee60a57cb94 authored almost 6 years ago by semantic-release-bot <[email protected]>
chore(release): 2.2.2 [skip ci]

## <small>2.2.2 (2018-08-25)</small>

* test: Read real code from test file ([ba2baed](https://g...

7599fc6ecafa0bf8d536583643c7f7473768d2cd authored almost 6 years ago by semantic-release-bot <[email protected]>
chore(package): Update eslint to version 4.13.0 (#17)

03f1576e296bed6755c1639b3e6dda97c7dfb338 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): Update prettier-eslint-cli to version 4.4.2

* chore(package): update prettier-eslint-cli to version 4.4.2

Closes #13

* chore(package): upd...

508dc35a5f6c72b5519d3236df3b7e3a97516242 authored almost 6 years ago by James Henry <[email protected]>
chore(package): Update typescript-eslint-parser to version 10.0.0 (#19)

bf6ccc9c55ca3e77eae3f6da6861c8c6458e8d73 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore: Removed old infrastructure code

7ef8c53bf593fab786fa669403ccb7e89648b7d0 authored almost 6 years ago by roman.vasilev <>
chore(package): Update @types/node to version 8.0.58 (#20)

406ab1adf8250d5aa924fd99bd8ae40b636eab79 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
feat(core): Added support rules requires type information

fix #32 #34

f8a2291e2735cd9e228f452c4ccd939e1ed3c119 authored almost 6 years ago by roman.vasilev <>
chore(package): Update typescript-eslint-parser to version 9.0.1 (#10)

3903bcad6b62907b0ab692b10d6951c02d747595 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): Update eslint to version 4.12.1 (#11)

a92b8f30ffe5bc7e24a8c968e107fd09a65143d0 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): Update lint-staged to to version 6.0.0 (#12)

0a966149aaaff26111bad486d7ecbcf9b3d967e3 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): Update @types/node to version 8.0.57 (#18)

5046dd6395c53fdc260547051954af5f6e533e19 authored almost 6 years ago by James Henry <[email protected]>
style: Changed indent to 4 spaces

dbfdb1e7fa835113c1fc5188f6ce89750f99a062 authored almost 6 years ago by roman.vasilev <>
chore(package): Update @types/node to version 8.0.54

74afd3f043cadffbc5fbf969fee2183aaeeb1b86 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
docs: Updated README

57edd3dd96daa2e9b18a5cefb0e4c5590cde7883 authored almost 6 years ago by roman.vasilev <>
chore(README): Banner URL

894876887b86830e4e5da4647fd926c274feb0d4 authored almost 6 years ago by James Henry <[email protected]>
chore(package): update eslint to version 4.13.1

59e1a55f92a7e86c26bf1a3c718716fecccd01d5 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(package): Update eslint to version 4.12.0 (#8)

20f4a4008990fb23a312983f7e3560245fc0e2c1 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
refactor: Rewritten always-fail-rule in es2015 style

14d6cb488762d13632a4a7b9815994f232464380 authored almost 6 years ago by roman.vasilev <>
chore: Disabled package-lock

2ac5756eed54d8f29e56170a3a65a16c83940a5f authored almost 6 years ago by roman.vasilev <>
chore(release): 2.2.1 [skip ci]

## <small>2.2.1 (2018-08-25)</small>

* fix: Fixed bug when file not defined in tsconfig ([20b49...

1a5d92c1ece4370a6cd01956b8d7d3fe31126695 authored almost 6 years ago by semantic-release-bot <[email protected]>
chore(release): 2.2.0 [skip ci]

## 2.2.0 (2018-08-25)

* ci: Added missing packages ([3938da6](https://github.com/unlight/eslint...

92ab38130a748d7040cf5eac5fd318107817529d authored almost 6 years ago by semantic-release-bot <[email protected]>
test: Read real code from test file

500efd535f9ce749d892b7b5abafe4868e8f0f6d authored almost 6 years ago by roman.vasilev <>
fix: Fixed bug when file not defined in tsconfig

2cd2a2282391b675d52659676df0f09362084bee authored almost 6 years ago by roman.vasilev <>
fix: Pass sourceText parameter to service getSource

1b3f9edc4345a038df95193678f14839c1871836 authored almost 6 years ago by roman.vasilev <>
chore(package): Update typescript to to version 2.6.2 (#9)

7547540b688300c3860d9583b3f9249762faf0f4 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
ci(.travis.yml): Add greenkeeper-lockfile support (#7)

682fec5d44964df8c7fb3682e98954bcbed53522 authored almost 6 years ago by James Henry <[email protected]>
ci: Added missing packages

14648da8417e7b1247c0d41d8dd19a6608fc1bdf authored almost 6 years ago by roman.vasilev <>
tmp

6a46adcab272e9cfde74997655c2fadd07c10006 authored almost 6 years ago by James Henry <[email protected]>
fix(package.json): Add files to include lib in package

545773538c367f14cf297550b5e9c8dd73800deb authored almost 6 years ago by James Henry <[email protected]>
chore(travis): Whitelist greenkeeper branches (#6)

a708fcedb6d76d76a595f4c3878ab65070fb0533 authored almost 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
ci(.travis.yml): Add travis, semantic-release and conventional-changelog

f10695a1a1fd3392d316f291e529c4e2bf1a11da authored almost 6 years ago by James Henry <[email protected]>
refactor(src): Refactor the plugin to use TSLint 5 (#4)

BREAKING CHANGE: This plugin now requires TSLint 5, and the user must now separately install and...

519001f705beb8f59868d1d7466a5505e556c94f authored almost 6 years ago by James Henry <[email protected]>
feat(index): Initial release

321c9a054c14b55977c63854301a5656aefad78c authored almost 6 years ago by James Henry <[email protected]>
fix(package.json): Run build during semantic-release

bd6a4426066072ad99f052d2ab8292ece8496e7d authored almost 6 years ago by James Henry <[email protected]>
Initial commit

81c4285482ac4d545c3ffeff7fb701c4c1958e05 authored almost 6 years ago by James Henry <[email protected]>
ci(_travis.yml): Configure travis script

583c7e3b9aa9ccac2a69e14fd373e16e804f546f authored almost 6 years ago by James Henry <[email protected]>
ci(.travis.yml): Fix indentation

b9a03222c3a62ee502c261cee9d478a3733e0e87 authored almost 6 years ago by James Henry <[email protected]>