@10stars/config 13.0.5 → 13.0.6

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 +3 -0
  2. package/package.json +1 -1
package/eslint.config.ts CHANGED
@@ -159,6 +159,9 @@ export default tseslint.config(
159
159
  ignores: [`**/node_modules`, `**/.git`, `**/dist`, `**/tmp`],
160
160
  },
161
161
  {
162
+ linterOptions: {
163
+ reportUnusedDisableDirectives: false,
164
+ },
162
165
  languageOptions: {
163
166
  parserOptions: {
164
167
  projectService: true,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@10stars/config",
7
- "version": "13.0.5",
7
+ "version": "13.0.6",
8
8
  "author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
9
9
  "license": "MIT",
10
10
  "bin": {