codemaker
Advanced tools
Comparing version 1.98.0 to 1.99.0
{ | ||
"name": "codemaker", | ||
"version": "1.98.0", | ||
"version": "1.99.0", | ||
"description": "A tiny utility for generating source code", | ||
@@ -27,3 +27,3 @@ "license": "Apache-2.0", | ||
"watch": "tsc --build -w", | ||
"lint": "eslint . --ext .js,.ts --ignore-path=.gitignore", | ||
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .js,.ts --ignore-path=.gitignore", | ||
"lint:fix": "yarn lint --fix", | ||
@@ -30,0 +30,0 @@ "test": "jest", |
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
28196