@anolilab/prettier-config 2.0.5 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### @anolilab/prettier-config [2.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@2.0.5...@anolilab/prettier-config@2.0.6) (2022-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added ts-check to the prettier config ([6d03d06](https://github.com/anolilab/javascript-style-guide/commit/6d03d067f6b26176c449ab3ac1175dbd2b99a0f4))
7
+
1
8
  ### @anolilab/prettier-config [2.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@2.0.4...@anolilab/prettier-config@2.0.5) (2021-12-30)
2
9
 
3
10
 
package/index.cjs CHANGED
@@ -1,3 +1,8 @@
1
+ // @ts-check
2
+
3
+ /**
4
+ * @type {import('prettier').Options}
5
+ */
1
6
  module.exports = {
2
7
  // max 120 characters per line
3
8
  printWidth: 120,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",