@mazui/cli
Advanced tools
Comparing version 3.29.8 to 3.29.9
{ | ||
"name": "@mazui/cli", | ||
"version": "3.29.8", | ||
"version": "3.29.9", | ||
"description": "CLI of Maz-ui", | ||
@@ -31,3 +31,3 @@ "license": "MIT", | ||
"*": "prettier -w -u", | ||
"*.{js,ts}": "cross-env NODE_ENV=production eslint --fix" | ||
"*.{js,ts,mjs,mts,cjs}": "cross-env NODE_ENV=production eslint --fix" | ||
}, | ||
@@ -52,3 +52,3 @@ "dependencies": { | ||
"commit": "cz", | ||
"lint": "cross-env NODE_ENV=production eslint --ignore-path .gitignore --fix --ext .ts,.js src", | ||
"lint": "cross-env NODE_ENV=production eslint --ignore-path .gitignore --fix --ext .ts,.js,.mjs,.mts,.cjs src", | ||
"format": "prettier . --write", | ||
@@ -55,0 +55,0 @@ "beautify": "pnpm format && pnpm lint", |
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
14945