File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
push :
4
- branches : [master ]
4
+ branches : [main ]
5
5
pull_request :
6
- branches : [master ]
6
+ branches : [main ]
7
7
schedule :
8
8
- cron : 0 0 * * 0
9
9
Original file line number Diff line number Diff line change 3
3
[ ![ npm version] ( https://img.shields.io/npm/v/eslint-utils.svg )] ( https://www.npmjs.com/package/eslint-utils )
4
4
[ ![ Downloads/month] ( https://img.shields.io/npm/dm/eslint-utils.svg )] ( http://www.npmtrends.com/eslint-utils )
5
5
[ ![ Build Status] ( https://github.com/mysticatea/eslint-utils/workflows/CI/badge.svg )] ( https://github.com/mysticatea/eslint-utils/actions )
6
- [ ![ Coverage Status] ( https://codecov.io/gh/mysticatea/eslint-utils/branch/master /graph/badge.svg )] ( https://codecov.io/gh/mysticatea/eslint-utils )
6
+ [ ![ Coverage Status] ( https://codecov.io/gh/mysticatea/eslint-utils/branch/main /graph/badge.svg )] ( https://codecov.io/gh/mysticatea/eslint-utils )
7
7
[ ![ Dependency Status] ( https://david-dm.org/mysticatea/eslint-utils.svg )] ( https://david-dm.org/mysticatea/eslint-utils )
8
8
9
9
## 🏁 Goal
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
9
9
repo : "mysticatea/eslint-utils" ,
10
10
docsRepo : "mysticatea/eslint-utils" ,
11
11
docsDir : "docs" ,
12
- docsBranch : "master " ,
12
+ docsBranch : "main " ,
13
13
editLinks : true ,
14
14
15
15
sidebar : {
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ npm version] ( https://img.shields.io/npm/v/eslint-utils.svg )] ( https://www.npmjs.com/package/eslint-utils )
4
4
[ ![ Downloads/month] ( https://img.shields.io/npm/dm/eslint-utils.svg )] ( http://www.npmtrends.com/eslint-utils )
5
- [ ![ Build Status] ( https://travis-ci.org/mysticatea/eslint-utils.svg?branch=master )] ( https://travis-ci.org/mysticatea/eslint-utils )
6
- [ ![ Coverage Status] ( https://codecov.io/gh/mysticatea/eslint-utils/branch/master /graph/badge.svg )] ( https://codecov.io/gh/mysticatea/eslint-utils )
5
+ [ ![ Build Status] ( https://travis-ci.org/mysticatea/eslint-utils.svg?branch=main )] ( https://travis-ci.org/mysticatea/eslint-utils )
6
+ [ ![ Coverage Status] ( https://codecov.io/gh/mysticatea/eslint-utils/branch/main /graph/badge.svg )] ( https://codecov.io/gh/mysticatea/eslint-utils )
7
7
[ ![ Dependency Status] ( https://david-dm.org/mysticatea/eslint-utils.svg )] ( https://david-dm.org/mysticatea/eslint-utils )
8
8
9
9
## 🏁 Goal
You can’t perform that action at this time.
0 commit comments