Skip to content

Commit 8dec8d3

Browse files
authored
Adjusted header
1 parent fb61518 commit 8dec8d3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# eslint-plugin-solid
1+
<p>
2+
<img width="100%" src="https://assets.solidjs.com/banner?type=ESLint%20Extension&background=tiles&project=%20" alt="Solid ESLint Extension">
3+
</p>
24

3-
[![npm version](https://img.shields.io/npm/v/eslint-plugin-solid)](https://npmjs.com/packages/eslint-plugin-solid)
4-
[![GitHub package version](https://img.shields.io/github/package-json/v/joshwilsonvu/eslint-plugin-solid)](https://github.com/joshwilsonvu/eslint-plugin-solid)
5-
[![CI](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml/badge.svg)](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml)
6-
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--8.x-blue)
5+
# Solid ESLint Plugin
6+
7+
[![npm version](https://img.shields.io/npm/v/eslint-plugin-solid?style=for-the-badge)](https://npmjs.com/packages/eslint-plugin-solid)
8+
[![GitHub package version](https://img.shields.io/github/package-json/v/joshwilsonvu/eslint-plugin-solid?style=for-the-badge)](https://github.com/joshwilsonvu/eslint-plugin-solid)
9+
![ESLint peer dependency](https://img.shields.io/badge/eslint-6.x--8.x-blue?style=for-the-badge)
10+
[![CI](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml/badge.svg?style=for-the-badge)](https://github.com/joshwilsonvu/eslint-plugin-solid/actions/workflows/ci.yml)
711

812
This package contains [Solid](https://www.solidjs.com/)-specific linting rules for ESLint. It can
913
ease Solid's learning curve by finding and fixing problems around Solid's reactivity system, and can

0 commit comments

Comments
 (0)