From 9e8a9bc300ccd95a1d73b3d889156b39eeb0bdfb Mon Sep 17 00:00:00 2001 From: Benjamin Seber Date: Wed, 5 Jun 2024 21:26:50 +0200 Subject: [PATCH] add deprecated info to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5009bbf..2ecb279 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ [![Build Status](https://github.com/synyx/eslint-plugin-urlaubsverwaltung/actions/workflows/build.yml/badge.svg)](https://github.com/synyx/eslint-plugin-urlaubsverwaltung/actions/workflows/build.yml) +> This custom plugin has been superseded with native eslint rules +> - [no-restricted-globals](https://eslint.org/docs/latest/rules/no-restricted-globals) +> - [no-restricted-imports](https://eslint.org/docs/latest/rules/no-restricted-imports) + # eslint-plugin-urlaubsverwaltung custom eslint rules for the [Open Source Urlaubsverwaltung](https://github.com/synyx/urlaubsverwaltung) application.