Skip to content

Commit 1b615c0

Browse files
Changed the website domain name
1 parent be1215a commit 1b615c0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+5-5
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/badges/os-badges.svg)](https://travis-ci.com/JS-DevTools/eslint-config-modular)
4+
[![Cross-Platform Compatibility](https://jstools.dev/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)
@@ -17,7 +17,7 @@ Each module defines rules that are meant to be reasonable defaults and best prac
1717

1818
Related Projects
1919
-----------------------
20-
- [tslint-modular](https://jsdevtools.org/tslint-modular/)<br>
20+
- [tslint-modular](https://jstools.dev/tslint-modular/)<br>
2121
Modular TSLint configuration for TypeScript projects
2222

2323

@@ -113,6 +113,6 @@ Big Thanks To
113113
--------------------------
114114
Thanks to these awesome companies for their support of Open Source developers ❤
115115

116-
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com)
117-
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com)
118-
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io)
116+
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
117+
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
118+
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ remote_theme: JS-DevTools/gh-pages-theme
22

33
title: Modular ESLint configuration
44
description: Combine modules to get the right configuration for your project
5-
logo: https://jsdevtools.org/img/logos/logo.png
5+
logo: https://jstools.dev/img/logos/logo.png
66

77
author:
88
twitter: JSDevTools
@@ -17,7 +17,7 @@ defaults:
1717
- scope:
1818
path: ""
1919
values:
20-
image: https://jsdevtools.org/img/logos/card.png
20+
image: https://jstools.dev/img/logos/card.png
2121
- scope:
2222
path: "test/**/*"
2323
values:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"name": "James Messinger",
3232
"url": "https://jamesmessinger.com"
3333
},
34-
"homepage": "https://jsdevtools.org/eslint-config-modular",
34+
"homepage": "https://jstools.dev/eslint-config-modular",
3535
"repository": {
3636
"type": "git",
3737
"url": "https://github.com/JS-DevTools/eslint-config-modular.git"

0 commit comments

Comments
 (0)