@aaronjan/create-typescript-project
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -36,3 +36,7 @@ "use strict"; | ||
exports.validatePacakgeName = validatePacakgeName; | ||
const errorLogFilePatterns = ['npm-debug.log', 'yarn-error.log', 'yarn-debug.log']; | ||
const errorLogFilePatterns = [ | ||
'npm-debug.log', | ||
'yarn-error.log', | ||
'yarn-debug.log', | ||
]; | ||
function isSafeToCreateProjectIn(root, name) { | ||
@@ -39,0 +43,0 @@ const validFiles = [ |
{ | ||
"name": "@aaronjan/create-typescript-project", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Scaffolding tool for various types of TypeScript projects.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -21,12 +21,12 @@ { | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": false, | ||
}, | ||
"eslint.run": "onSave", | ||
"eslint.autoFixOnSave": false, | ||
"eslint.nodePath": "./node_modules", | ||
"eslint.validate": [ | ||
"javascript", | ||
{ | ||
"language": "typescript", | ||
"autoFix": true | ||
} | ||
"typescript" | ||
] | ||
} |
@@ -28,2 +28,7 @@ module.exports = function (options) { | ||
"eslint", | ||
"eslint-plugin-import", | ||
"eslint-plugin-node", | ||
"eslint-plugin-promise", | ||
"eslint-plugin-standard", | ||
"eslint-config-prettier", | ||
"jest", | ||
@@ -30,0 +35,0 @@ "prettier", |
@@ -21,12 +21,12 @@ { | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": false, | ||
}, | ||
"eslint.run": "onSave", | ||
"eslint.autoFixOnSave": false, | ||
"eslint.nodePath": "./node_modules", | ||
"eslint.validate": [ | ||
"javascript", | ||
{ | ||
"language": "typescript", | ||
"autoFix": true | ||
} | ||
"typescript" | ||
] | ||
} |
@@ -11,2 +11,7 @@ module.exports = function (options) { | ||
"eslint", | ||
"eslint-plugin-import", | ||
"eslint-plugin-node", | ||
"eslint-plugin-promise", | ||
"eslint-plugin-standard", | ||
"eslint-config-prettier", | ||
"jest", | ||
@@ -13,0 +18,0 @@ "prettier", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
686
91167