From 2c29ec86dedd218f24a273a4e8864ff48b42395d Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Tue, 30 Jan 2024 17:56:03 +0000 Subject: [PATCH] :rotating_light: Fix lint issues --- .gitignore | 7 ++++++- CHANGELOG.md | 1 - README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index babb27b..00e4fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -140,4 +140,9 @@ dmypy.json .vscode # vim stuff -*.swp \ No newline at end of file +*.swp + +# eslint cache +.eslintcache +# stylelint cache +.stylelintcache \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d075ad7..f85354f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,3 @@ ([GitHub contributors page for this release](https://github.com/conda-incubator/jupyterlab-conda-store/graphs/contributors?from=2023-10-19&to=2024-01-30&type=c)) [@isumitjha](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Aisumitjha+updated%3A2023-10-19..2024-01-30&type=Issues) | [@nkaretnikov](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Ankaretnikov+updated%3A2023-10-19..2024-01-30&type=Issues) | [@pavithraes](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Apavithraes+updated%3A2023-10-19..2024-01-30&type=Issues) | [@trallard](https://github.com/search?q=repo%3Aconda-incubator%2Fjupyterlab-conda-store+involves%3Atrallard+updated%3A2023-10-19..2024-01-30&type=Issues) - diff --git a/README.md b/README.md index ab0162c..5b3bedf 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To create a jupyterlab-conda-store release: 2. Follow the steps in the new release checklist. > [!TIP] -> Follow the steps in (RELEASE.md)[./RELEASE.md] to ensure all is working as expected. +> Follow the steps in [RELEASE.md](./RELEASE.md) to ensure all is working as expected. ## Code of Conduct 🤝