@emerson-eps/prettier-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@emerson-eps/prettier-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Shared Prettier config for Emerson E&P Software", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"conventional-changelog-conventionalcommits": "^4.5.0", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.4.1", | ||
"semantic-release": "^17.4.2" | ||
}, | ||
"peerDependencies": { | ||
"prettier": ">= 2" | ||
"prettier": "^2.4.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "release": { |
@@ -13,2 +13,11 @@ /** | ||
arrowParens: "avoid", | ||
// Cypress overrides: allow longer lines | ||
overrides: [ | ||
{ | ||
files: "cypress/**/*.ts", | ||
options: { | ||
printWidth: 150, | ||
}, | ||
}, | ||
], | ||
}; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4868
20
0