Skip to content

Commit 8cbcd7d

Browse files
Added attribution badges
1 parent ba1c795 commit 8cbcd7d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Modular ESLint Configuration
22
=======================
33

4-
[![Cross-Platform Compatibility](https://jsdevtools.org/img/os-badges.svg)](https://travis-ci.com/JS-DevTools/eslint-config-modular)
4+
[![Cross-Platform Compatibility](https://jsdevtools.org/img/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/eslint-config-modular)
55
[![Build Status](https://api.travis-ci.com/JS-DevTools/eslint-config-modular.svg?branch=master)](https://travis-ci.com/JS-DevTools/eslint-config-modular)
66

77
[![Dependencies](https://david-dm.org/JS-DevTools/eslint-config-modular/dev-status.svg)](https://david-dm.org/JS-DevTools/eslint-config-modular?type=dev)
@@ -76,3 +76,12 @@ This module contains code-styling and consistency rules, such as [double-quotes]
7676
This module configures ESLint to recognize globals that are defined by common test frameworks, such as `describe`, `it`, `beforeEach`, `assert`, `expect`, etc. It also disables rules that tend to cause problems with certain test frameworks.
7777

7878
> **Note:** I recommend that you create a separate `.eslintrc.yml` file in your test folder. That way, it can use different modules and rules than the rest of your codebase.
79+
80+
81+
Big Thanks To
82+
--------------------------
83+
Thanks to these awesome companies for their support of Open Source developers ❤
84+
85+
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
86+
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
87+
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)

0 commit comments

Comments
 (0)