@10stars/config 13.0.8 → 13.0.9

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.
Files changed (2) hide show
  1. package/eslint.config.ts +1 -0
  2. package/package.json +1 -1
package/eslint.config.ts CHANGED
@@ -115,6 +115,7 @@ const addPluginImport = () =>
115
115
  rules: {
116
116
  "import/order": 0,
117
117
  "import/no-unresolved": 0,
118
+ "import/namespace": 0, // we use "import * as x" and then use "x" (ex. Object.keys(x))
118
119
  "import/no-duplicates": 1,
119
120
  "import/no-named-as-default": 0,
120
121
  "import/no-nodejs-modules": [
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "13.0.8",
7
+ "version": "13.0.9",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "bin": {