@javalce/prettier-config 2.2.1 → 2.2.2

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/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));let c=require(`prettier-plugin-packagejson`);c=s(c);var l={printWidth:100,tabWidth:2,useTabs:!1,endOfLine:`lf`,trailingComma:`all`,semi:!0,singleQuote:!0,jsxSingleQuote:!0,bracketSpacing:!0,arrowParens:`always`,plugins:[c.default]};module.exports=l;
1
+ var e={printWidth:100,tabWidth:2,useTabs:!1,endOfLine:`lf`,trailingComma:`all`,semi:!0,singleQuote:!0,jsxSingleQuote:!0,bracketSpacing:!0,arrowParens:`always`,plugins:[`prettier-plugin-packagejson`]};module.exports=e;
package/dist/index.d.cts CHANGED
@@ -10,6 +10,6 @@ declare const _default: {
10
10
  jsxSingleQuote: true;
11
11
  bracketSpacing: true;
12
12
  arrowParens: "always";
13
- plugins: any[];
13
+ plugins: string[];
14
14
  };
15
15
  export = _default;
package/dist/index.d.mts CHANGED
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  jsxSingleQuote: true;
11
11
  bracketSpacing: true;
12
12
  arrowParens: "always";
13
- plugins: any[];
13
+ plugins: string[];
14
14
  };
15
15
  //#endregion
16
16
  export { _default as default };
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import e from"prettier-plugin-packagejson";var t={printWidth:100,tabWidth:2,useTabs:!1,endOfLine:`lf`,trailingComma:`all`,semi:!0,singleQuote:!0,jsxSingleQuote:!0,bracketSpacing:!0,arrowParens:`always`,plugins:[e]};export{t as default};
1
+ var e={printWidth:100,tabWidth:2,useTabs:!1,endOfLine:`lf`,trailingComma:`all`,semi:!0,singleQuote:!0,jsxSingleQuote:!0,bracketSpacing:!0,arrowParens:`always`,plugins:[`prettier-plugin-packagejson`]};export{e as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@javalce/prettier-config",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Javier's Prettier configuration",
5
5
  "keywords": [
6
6
  "prettier"