From 9d46dfc20834b4a526cd5f67efaeec9127123f71 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 5 Sep 2024 11:09:52 +0200 Subject: [PATCH] docs: Add button to README --- README.md | 2 ++ eslint.config.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee3b58..79e7fc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Global logger factory +[![npm version](https://badge.fury.io/js/global-logger-factory.svg)](https://www.npmjs.com/package/global-logger-factory) + Provides utility functions to easily set up logging. Due to the nature of this library, any configuration changes you make have an effect on any library that makes use of it. diff --git a/eslint.config.js b/eslint.config.js index a845251..2f16cd0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -5,7 +5,6 @@ module.exports = opinionated({ tsconfigPath: [ './tsconfig.json', './scripts/tsconfig.json', './test/tsconfig.json' ], }, ignores: [ - // Can't figure out why linter is complaining about the TS in the README '*.md', ], });