diff --git a/README.md b/README.md index 58b55115f47..4d527e87de8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![NPM version](https://img.shields.io/npm/v/eslint.svg)](https://www.npmjs.com/package/eslint) +[![npm version](https://img.shields.io/npm/v/eslint.svg)](https://www.npmjs.com/package/eslint) [![Downloads](https://img.shields.io/npm/dm/eslint.svg)](https://www.npmjs.com/package/eslint) [![Build Status](https://github.com/eslint/eslint/workflows/CI/badge.svg)](https://github.com/eslint/eslint/actions) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Feslint%2Feslint?ref=badge_shield) diff --git a/docs/rules/comma-spacing.md b/docs/rules/comma-spacing.md index ffa2bfd117e..23107719a32 100644 --- a/docs/rules/comma-spacing.md +++ b/docs/rules/comma-spacing.md @@ -113,7 +113,7 @@ If your project will not be following a consistent comma-spacing pattern, turn t ## Further Reading -* [Javascript](http://javascript.crockford.com/code.html) +* [JavaScript](http://javascript.crockford.com/code.html) * [Dojo Style Guide](https://dojotoolkit.org/reference-guide/1.9/developer/styleguide.html) diff --git a/packages/eslint-config-eslint/README.md b/packages/eslint-config-eslint/README.md index fb3027fb62f..e79bb5eccf8 100644 --- a/packages/eslint-config-eslint/README.md +++ b/packages/eslint-config-eslint/README.md @@ -1,4 +1,4 @@ -[![NPM version][npm-image]][npm-url] +[![npm version][npm-image]][npm-url] # ESLint Configuration