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', ], });