File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# eslint-import-resolver-typescript
2
2
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
+
3
5
This plugin adds typescript support to [ ` eslint-plugin-import ` ] ( https://www.npmjs.com/package/eslint-plugin-import ) .
4
6
5
7
This means you can:
@@ -45,3 +47,7 @@ Add the following to your `.eslintrc` config:
45
47
46
48
- Make sure your change is covered by a test import.
47
49
- 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.
You can’t perform that action at this time.
0 commit comments