Skip to content

Commit a99870f

Browse files
committed
Updated the README
1 parent 1dbaa5f commit a99870f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-import-resolver-typescript
22

3+
[![Build Status](https://travis-ci.org/alexgorbatchev/eslint-import-resolver-typescript.svg?branch=master)](https://travis-ci.org/alexgorbatchev/eslint-import-resolver-typescript)
4+
35
This plugin adds typescript support to [`eslint-plugin-import`](https://www.npmjs.com/package/eslint-plugin-import).
46

57
This means you can:
@@ -45,3 +47,7 @@ Add the following to your `.eslintrc` config:
4547

4648
- Make sure your change is covered by a test import.
4749
- Make sure that `npm test` passes without a failure.
50+
- Make sure your code is formatted `npm format`.
51+
52+
We have an [automatic travis build](https://travis-ci.org/alexgorbatchev/eslint-import-resolver-typescript) which will run the above on your PRs.
53+
If either fails, we won't be able to merge your PR until it's fixed.

0 commit comments

Comments
 (0)