Skip to content

Commit 5507f43

Browse files
authoredOct 7, 2023
docs: fix repository URL:s, tweak badges + remove old non-working codecov (#125)
1 parent 574df88 commit 5507f43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+49
-51
lines changed
 

‎.github/workflows/CI.yml

-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,3 @@ jobs:
6161
npm install --no-save eslint@${{ matrix.eslint }}
6262
- name: Test
6363
run: npm run -s test:ci
64-
- name: Send Coverage
65-
run: npm run -s codecov
66-
env:
67-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
> forked from [eslint-plugin-node](https://www.npmjs.com/package/eslint-plugin-node) v11.1.0. as the original repository seems [no longer maintained](https://github.com/mysticatea/eslint-plugin-node/issues/300).
44
5-
[![npm version](https://img.shields.io/npm/v/eslint-plugin-n.svg)](https://www.npmjs.com/package/eslint-plugin-n) [![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-n.svg)](http://www.npmtrends.com/eslint-plugin-n) [![Build Status](https://github.com/weiran-zsd/eslint-plugin-node/workflows/CI/badge.svg)](https://github.com/weiran-zsd/eslint-plugin-node/actions) [![Coverage Status](https://codecov.io/gh/weiran-zsd/eslint-plugin-node/branch/master/graph/badge.svg)](https://codecov.io/gh/weiran-zsd/eslint-plugin-node) [![Dependency Status](https://david-dm.org/weiran-zsd/eslint-plugin-node.svg)](https://david-dm.org/weiran-zsd/eslint-plugin-node)
5+
[![npm version](https://img.shields.io/npm/v/eslint-plugin-n.svg)](https://www.npmjs.com/package/eslint-plugin-n)
6+
[![Downloads](https://img.shields.io/npm/dm/eslint-plugin-n.svg)](https://www.npmjs.com/package/eslint-plugin-n)
7+
[![Build Status](https://github.com/eslint-community/eslint-plugin-n/workflows/CI/badge.svg)](https://github.com/eslint-community/eslint-plugin-n/actions)
68

79
Additional ESLint's rules for Node.js
810

@@ -207,7 +209,7 @@ Deprecated rules follow ESLint's [deprecation policy](https://eslint.org/docs/us
207209

208210
## 📰 Changelog
209211

210-
- [GitHub Releases](https://github.com/weiran-zsd/eslint-plugin-node/releases)
212+
- [GitHub Releases](https://github.com/eslint-community/eslint-plugin-n/releases)
211213

212214
## ❤️ Contributing
213215

0 commit comments

Comments
 (0)
Please sign in to comment.