create-salt-project
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "create-salt-project", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -79,5 +79,6 @@ import { log } from "console"; | ||
lintStagedConfiguration = `module.exports = { | ||
'**/*.{js,jsx,ts,tsx}': ['prettier --write', 'eslint --fix'], | ||
'**/*.{js,jsx,ts,tsx}': ['prettier --write'], | ||
'**/*.{html,css,scss,json}': ['prettier --write'], | ||
}`; | ||
'src/**/*.{js,jsx,ts,tsx}': ['eslint --fix'], | ||
};`; | ||
commanInstallLinterLiteral = { | ||
@@ -84,0 +85,0 @@ npm: "npm install -D eslint@latest @typescript-eslint/eslint-plugin @typescript-eslint/parser && npm i -g eslint", |
{ | ||
"name": "create-salt-project", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
53847
1384
1
2