@zinkawaii/eslint-config 0.4.4 → 0.4.5

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -517,10 +517,10 @@ const zin = (options = {}, ...userConfigs) => {
517
517
  ...vue.overrides
518
518
  }
519
519
  }
520
- }, javascript_default, misc_default, stylistic_default, configFused, ...userConfigs).append({
521
- files: ["*.vue"],
520
+ }, javascript_default, misc_default, stylistic_default, configFused, {
521
+ files: ["**/*.vue"],
522
522
  rules: { "style/indent": "off" }
523
- });
523
+ }, ...userConfigs);
524
524
  };
525
525
  //#endregion
526
526
  export { zin as default, zin };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zinkawaii/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.4",
4
+ "version": "0.4.5",
5
5
  "description": "Utakata na Shiawase",
6
6
  "author": "KazariEX",
7
7
  "license": "MIT",