@satisfactory-dev/docs.json.ts 0.9.3 → 0.10.1
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/README.md +1 -0
- package/lib/DocsTsGenerator.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/DocsTsGenerator.js
CHANGED
|
@@ -178,6 +178,7 @@ export async function format_code(code, parser = 'typescript') {
|
|
|
178
178
|
export async function eslint_generated_types(parent_folder) {
|
|
179
179
|
const eslint = new ESLint({
|
|
180
180
|
fix: true,
|
|
181
|
+
cwd: parent_folder,
|
|
181
182
|
cache: true,
|
|
182
183
|
cacheLocation: `${parent_folder}/.eslintcache`,
|
|
183
184
|
cacheStrategy: 'content',
|
package/package.json
CHANGED