From 13c4ccd02d04d9c701abaa8c063ef2a8572747b5 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Mon, 8 Apr 2024 08:14:32 +0900 Subject: [PATCH] docs: add note for svelte v5 --- README.md | 2 ++ docs/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 05b88fc3c..0699e7c81 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ It provides many unique check rules by using the template AST. You can check on the [Online DEMO](https://sveltejs.github.io/eslint-plugin-svelte/playground/). +**_We are working on experimental support for Svelte v5, but may break with new versions of Svelte v5._** + [![NPM license](https://img.shields.io/npm/l/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte) [![NPM version](https://img.shields.io/npm/v/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte) [![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) diff --git a/docs/README.md b/docs/README.md index 1df054ea3..f93bd38e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,6 +8,8 @@ title: 'eslint-plugin-svelte' It provides many unique check rules by using the template AST. You can check on the [Online DEMO](./playground.md). +**_We are working on experimental support for Svelte v5, but may break with new versions of Svelte v5._** + [![NPM license](https://img.shields.io/npm/l/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte) [![NPM version](https://img.shields.io/npm/v/eslint-plugin-svelte.svg)](https://www.npmjs.com/package/eslint-plugin-svelte) [![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)