@travetto/base
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -22,3 +22,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.33" | ||
"version": "0.0.34" | ||
} |
import * as fs from 'fs'; | ||
const pkg = JSON.parse(fs.readFileSync(process.cwd() + '/package.json').toString()); | ||
const pkg = JSON.parse(fs.readFileSync(`${process.cwd()}/package.json`).toString()); | ||
@@ -5,0 +5,0 @@ export const AppInfo = { |
@@ -12,4 +12,9 @@ { | ||
true, | ||
"spaces" | ||
"spaces", | ||
2 | ||
], | ||
"arrow-return-shorthand": true, | ||
"import-spacing": true, | ||
"new-parens": true, | ||
"prefer-template": true, | ||
"label-position": true, | ||
@@ -60,3 +65,9 @@ "max-line-length": [ | ||
"no-shadowed-variable": true, | ||
"no-irregular-whitespace": true, | ||
"no-invalid-this": true, | ||
"no-consecutive-blank-lines": true, | ||
"prefer-object-spread": true, | ||
"no-invalid-template-strings": true, | ||
"no-single-line-block-comment": true, | ||
"typeof-compare": true, | ||
"no-sparse-arrays": true, | ||
@@ -63,0 +74,0 @@ "no-stateless-class": false, |
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
11757
365