@fabdeh/eslint-config 0.9.0-beta.2 → 0.9.0-beta.3

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/dist/index.mjs +0 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1149,7 +1149,6 @@ function namingConvention(strict, allowJsx = false) {
1149
1149
  },
1150
1150
  {
1151
1151
  selector: "import",
1152
- modifiers: ["default", "namespace"],
1153
1152
  format: [strict ? "strictCamelCase" : "camelCase", strict ? "StrictPascalCase" : "PascalCase"]
1154
1153
  },
1155
1154
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabdeh/eslint-config",
3
3
  "type": "module",
4
- "version": "0.9.0-beta.2",
4
+ "version": "0.9.0-beta.3",
5
5
  "description": "My personal eslint config preset",
6
6
  "author": {
7
7
  "name": "Fabien Dehopré",
@@ -140,7 +140,7 @@
140
140
  "tsx": "^4.20.6",
141
141
  "typescript": "^5.9.3",
142
142
  "vitest": "^4.0.14",
143
- "@fabdeh/eslint-config": "0.9.0-beta.2"
143
+ "@fabdeh/eslint-config": "0.9.0-beta.3"
144
144
  },
145
145
  "resolutions": {
146
146
  "eslint": "catalog:peer"