@daiyam/artifact-lang-ts 0.5.2 → 0.5.3

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.
@@ -111,6 +111,11 @@
111
111
  "unicorn/empty-brace-spaces": "off",
112
112
  "unicorn/no-array-callback-reference": "off",
113
113
  "unicorn/no-object-as-default-parameter": "off",
114
+ "unicorn/prefer-json-parse-buffer": "off",
115
+ "unicorn/prefer-module": "off",
116
+ "unicorn/prefer-node-protocol": "off",
117
+ "unicorn/prefer-switch": "off",
118
+ "unicorn/prefer-ternary": "off",
114
119
  "unicorn/prevent-abbreviations": [
115
120
  "error",
116
121
  {
@@ -118,11 +123,6 @@
118
123
  "args": false
119
124
  }
120
125
  }
121
- ],
122
- "unicorn/prefer-json-parse-buffer": "off",
123
- "unicorn/prefer-module": "off",
124
- "unicorn/prefer-node-protocol": "off",
125
- "unicorn/prefer-switch": "off",
126
- "unicorn/prefer-ternary": "off"
126
+ ]
127
127
  }
128
128
  }
@@ -9,6 +9,7 @@
9
9
  /* Modules */
10
10
  "module": "node16", /* Specify what module code is generated. */
11
11
 
12
+ /* Basic Options */
12
13
  // "allowJs": false, /* Allow javascript files to be compiled. */
13
14
  // "checkJs": false, /* Report errors in '.js' files. */
14
15
  // "jsx": undefined, /* Specify JSX code generation: 'preserve', 'react-native', 'react', 'react-jsx' or 'react-jsxdev'. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-ts",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "The configuration for my typescript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "473f309c898c504201193c8e305f7bb1f8721f2f"
34
+ "gitHead": "4d2764fe124f71fde7cde37088489e075ecb425e"
35
35
  }