@w5s/prettier-config 2.2.4 → 2.2.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.
package/dist/index.cjs CHANGED
@@ -13,8 +13,8 @@ var prettierConfig = {
13
13
  }
14
14
  ]
15
15
  };
16
- var src_default = prettierConfig;
16
+ var index_default = prettierConfig;
17
17
 
18
- module.exports = src_default;
18
+ module.exports = index_default;
19
19
  //# sourceMappingURL=index.cjs.map
20
20
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;AAEA,IAAM,cAAyB,GAAA;AAAA,EAC7B,WAAa,EAAA,IAAA;AAAA,EACb,aAAe,EAAA,KAAA;AAAA,EACf,SAAW,EAAA;AAAA,IACT;AAAA,MACE,KAAA,EAAO,CAAC,OAAA,EAAS,QAAQ,CAAA;AAAA,MACzB,OAAS,EAAA;AAAA,QACP,aAAe,EAAA;AAAA;AACjB;AACF;AAEJ,CAAA;AAGA,IAAO,WAAQ,GAAA","file":"index.cjs","sourcesContent":["import type { Config } from 'prettier';\n\nconst prettierConfig: Config = {\n singleQuote: true,\n trailingComma: 'all',\n overrides: [\n {\n files: ['*.css', '*.scss'],\n options: {\n trailingComma: 'none',\n },\n },\n ],\n};\n\n// eslint-disable-next-line import/no-default-export\nexport default prettierConfig;\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;AAEA,IAAM,cAAyB,GAAA;AAAA,EAC7B,WAAa,EAAA,IAAA;AAAA,EACb,aAAe,EAAA,KAAA;AAAA,EACf,SAAW,EAAA;AAAA,IACT;AAAA,MACE,KAAA,EAAO,CAAC,OAAA,EAAS,QAAQ,CAAA;AAAA,MACzB,OAAS,EAAA;AAAA,QACP,aAAe,EAAA;AAAA;AACjB;AACF;AAEJ,CAAA;AAGA,IAAO,aAAQ,GAAA","file":"index.cjs","sourcesContent":["import type { Config } from 'prettier';\n\nconst prettierConfig: Config = {\n singleQuote: true,\n trailingComma: 'all',\n overrides: [\n {\n files: ['*.css', '*.scss'],\n options: {\n trailingComma: 'none',\n },\n },\n ],\n};\n\n// eslint-disable-next-line import/no-default-export\nexport default prettierConfig;\n"]}
package/dist/index.js CHANGED
@@ -11,8 +11,8 @@ var prettierConfig = {
11
11
  }
12
12
  ]
13
13
  };
14
- var src_default = prettierConfig;
14
+ var index_default = prettierConfig;
15
15
 
16
- export { src_default as default };
16
+ export { index_default as default };
17
17
  //# sourceMappingURL=index.js.map
18
18
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";AAEA,IAAM,cAAyB,GAAA;AAAA,EAC7B,WAAa,EAAA,IAAA;AAAA,EACb,aAAe,EAAA,KAAA;AAAA,EACf,SAAW,EAAA;AAAA,IACT;AAAA,MACE,KAAA,EAAO,CAAC,OAAA,EAAS,QAAQ,CAAA;AAAA,MACzB,OAAS,EAAA;AAAA,QACP,aAAe,EAAA;AAAA;AACjB;AACF;AAEJ,CAAA;AAGA,IAAO,WAAQ,GAAA","file":"index.js","sourcesContent":["import type { Config } from 'prettier';\n\nconst prettierConfig: Config = {\n singleQuote: true,\n trailingComma: 'all',\n overrides: [\n {\n files: ['*.css', '*.scss'],\n options: {\n trailingComma: 'none',\n },\n },\n ],\n};\n\n// eslint-disable-next-line import/no-default-export\nexport default prettierConfig;\n"]}
1
+ {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";AAEA,IAAM,cAAyB,GAAA;AAAA,EAC7B,WAAa,EAAA,IAAA;AAAA,EACb,aAAe,EAAA,KAAA;AAAA,EACf,SAAW,EAAA;AAAA,IACT;AAAA,MACE,KAAA,EAAO,CAAC,OAAA,EAAS,QAAQ,CAAA;AAAA,MACzB,OAAS,EAAA;AAAA,QACP,aAAe,EAAA;AAAA;AACjB;AACF;AAEJ,CAAA;AAGA,IAAO,aAAQ,GAAA","file":"index.js","sourcesContent":["import type { Config } from 'prettier';\n\nconst prettierConfig: Config = {\n singleQuote: true,\n trailingComma: 'all',\n overrides: [\n {\n files: ['*.css', '*.scss'],\n options: {\n trailingComma: 'none',\n },\n },\n ],\n};\n\n// eslint-disable-next-line import/no-default-export\nexport default prettierConfig;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/prettier-config",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "Prettier shared configuration",
5
5
  "keywords": [
6
6
  "typescript",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "sideEffect": false,
62
- "gitHead": "db3678f75570fa47904c6480dd918166afeb615d"
62
+ "gitHead": "2e302c874daea8739aee214365edff536ae5c263"
63
63
  }