File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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+
35This plugin adds typescript support to [ ` eslint-plugin-import ` ] ( https://www.npmjs.com/package/eslint-plugin-import ) .
46
57This 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.
You can’t perform that action at this time.
0 commit comments