Comparing version 0.0.7 to 0.0.8
@@ -53,2 +53,3 @@ /** | ||
'@typescript-eslint/no-use-before-define': 'off', | ||
'@typescript-eslint/ban-ts-comment': 'off', | ||
// 'React' was used before it was defined | ||
@@ -85,2 +86,3 @@ 'no-use-before-define': 'off' | ||
'@typescript-eslint/no-explicit-any': 'off', | ||
'@typescript-eslint/ban-ts-comment': 'off', | ||
'@typescript-eslint/no-use-before-define': 'off' | ||
@@ -87,0 +89,0 @@ } |
@@ -33,5 +33,2 @@ /** | ||
'paths': { | ||
'~/*': [ | ||
'./*' | ||
], | ||
'@/*': [ | ||
@@ -38,0 +35,0 @@ './*' |
{ | ||
"name": "dev3cli", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Quickly build command line interface for Web development environment.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ //__HEADER__ | ||
alias: { | ||
'~': resolve('./') | ||
'@': resolve('./') | ||
} | ||
@@ -38,0 +38,0 @@ }, |
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
29358
1130