@northone/prettier
Advanced tools
Comparing version 2.1.0 to 4.0.0
{ | ||
"name": "@northone/prettier", | ||
"version": "2.1.0", | ||
"version": "4.0.0", | ||
"description": "base prettier.config.js for northone projects", | ||
@@ -36,7 +36,6 @@ "author": "Blake E <blake@northone.com>", | ||
"@northone/stan-initializer": "^2.1.0", | ||
"tslib": "^2.0.1", | ||
"typescript": "^3.9" | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@northone/jest-preset": "^2.1.0", | ||
"@northone/jest-preset": "2.1.0", | ||
"@types/jest": "^26.0.15", | ||
@@ -49,4 +48,5 @@ "@types/node": "^14.14.7", | ||
"ts-node": "^8.10.2", | ||
"tsconfig-paths": "^3.9.0" | ||
"tsconfig-paths": "^3.9.0", | ||
"typescript": "^4.1" | ||
} | ||
} |
@@ -8,5 +8,5 @@ module.exports = { | ||
trailingComma: 'all', | ||
bracketSpacing: false, | ||
bracketSpacing: true, | ||
jsxBracketSameLine: false, | ||
arrowParens: 'always', | ||
} |
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
2
3356
10
- Removedtypescript@^3.9
- Removedtypescript@3.9.10(transitive)