@apitree.cz/prettier-config 0.1.1 → 0.1.2-next.4b111663d3f26553012be4aa74e017047d167f12

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/config.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import type { Options } from 'prettier';
2
- export declare const config: Options;
1
+ import type { Config } from 'prettier';
2
+ export declare const config: Config;
package/dist/config.js CHANGED
@@ -7,5 +7,11 @@ export const config = {
7
7
  tabWidth: 2,
8
8
  trailingComma: 'all',
9
9
  useTabs: false,
10
+ overrides: [
11
+ {
12
+ files: '*.json',
13
+ options: { trailingComma: 'none' },
14
+ },
15
+ ],
10
16
  };
11
17
  //# sourceMappingURL=config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAY;IAC7B,WAAW,EAAE,QAAQ;IACrB,cAAc,EAAE,IAAI;IACpB,OAAO,EAAE,CAAC,6BAA6B,CAAC;IACxC,IAAI,EAAE,IAAI;IACV,WAAW,EAAE,IAAI;IACjB,QAAQ,EAAE,CAAC;IACX,aAAa,EAAE,KAAK;IACpB,OAAO,EAAE,KAAK;CACf,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAW;IAC5B,WAAW,EAAE,QAAQ;IACrB,cAAc,EAAE,IAAI;IACpB,OAAO,EAAE,CAAC,6BAA6B,CAAC;IACxC,IAAI,EAAE,IAAI;IACV,WAAW,EAAE,IAAI;IACjB,QAAQ,EAAE,CAAC;IACX,aAAa,EAAE,KAAK;IACpB,OAAO,EAAE,KAAK;IACd,SAAS,EAAE;QACT;YAEE,KAAK,EAAE,QAAQ;YACf,OAAO,EAAE,EAAE,aAAa,EAAE,MAAM,EAAE;SACnC;KACF;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/prettier-config",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-next.4b111663d3f26553012be4aa74e017047d167f12",
4
4
  "description": "Prettier configuration for ApiTree projects.",
5
5
  "repository": {
6
6
  "type": "git",