Skip to content

Commit 13c4ccd

Browse files
committed
docs: add note for svelte v5
1 parent aedb401 commit 13c4ccd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
It provides many unique check rules by using the template AST.
55
You can check on the [Online DEMO](https://sveltejs.github.io/eslint-plugin-svelte/playground/).
66

7+
**_We are working on experimental support for Svelte v5, but may break with new versions of Svelte v5._**
8+
79
[![NPM license](https://img.shields.io/npm/l/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte)
810
[![NPM version](https://img.shields.io/npm/v/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte)
911
[![NPM downloads](https://img.shields.io/badge/dynamic/json.svg?label=downloads&colorB=green&suffix=/day&query=$.downloads&uri=https://api.npmjs.org//downloads/point/last-day/eslint-plugin-svelte&maxAge=3600)](http://www.npmtrends.com/eslint-plugin-svelte)

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ title: 'eslint-plugin-svelte'
88
It provides many unique check rules by using the template AST.
99
You can check on the [Online DEMO](./playground.md).
1010

11+
**_We are working on experimental support for Svelte v5, but may break with new versions of Svelte v5._**
12+
1113
[![NPM license](https://img.shields.io/npm/l/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte)
1214
[![NPM version](https://img.shields.io/npm/v/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte)
1315
[![NPM downloads](https://img.shields.io/badge/dynamic/json.svg?label=downloads&colorB=green&suffix=/day&query=$.downloads&uri=https://api.npmjs.org//downloads/point/last-day/eslint-plugin-svelte&maxAge=3600)](http://www.npmtrends.com/eslint-plugin-svelte)

0 commit comments

Comments
 (0)