@nexim/eslint-config 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.1.0...@nexim/eslint-config@1.1.1) (2025-01-05)
7
+
8
+ **Note:** Version bump only for package @nexim/eslint-config
9
+
6
10
  ## [1.1.0](https://github.com/the-nexim/nanolib/compare/@nexim/eslint-config@1.0.1...@nexim/eslint-config@1.1.0) (2024-12-24)
7
11
 
8
12
  ### Features
package/README.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # Nexim's ESLint Configurations
2
2
 
3
- ![NPM Version](https://img.shields.io/npm/v/%40nexim%2Feslint-config)
4
- ![npm bundle size](https://img.shields.io/bundlephobia/min/%40nexim%2Feslint-config)
3
+ ![NPM Version](https://img.shields.io/npm/v/@nexim/eslint-config)
5
4
  ![Build & Lint & Test](https://github.com/the-nexim/nanolib/actions/workflows/build-lint-test.yaml/badge.svg)
6
- ![NPM Downloads](https://img.shields.io/npm/dm/%40nexim%2Feslint-config)
7
- ![NPM License](https://img.shields.io/npm/l/%40nexim%2Feslint-config)
5
+ ![NPM Downloads](https://img.shields.io/npm/dm/@nexim/eslint-config)
6
+ ![NPM License](https://img.shields.io/npm/l/@nexim/eslint-config)
8
7
 
9
8
  ## Overview
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexim/eslint-config",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Base Eslint configuration for Nexim projects.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -41,8 +41,7 @@
41
41
  "main": "./eslint-config.cjs",
42
42
  "files": [
43
43
  "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
44
- "LICENSE",
45
- "!demo/**/*"
44
+ "LICENSE"
46
45
  ],
47
46
  "devDependencies": {
48
47
  "@typescript-eslint/eslint-plugin": "^7.15.0",
@@ -64,5 +63,5 @@
64
63
  "publishConfig": {
65
64
  "access": "public"
66
65
  },
67
- "gitHead": "bc359427982999632efc472ee14238e4317e6320"
66
+ "gitHead": "52096aedc16222a434b2badfe7e860f671c1c5f8"
68
67
  }