@figuredev/prettier-config
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"printWidth": 120, | ||
"tabWidth": 4, | ||
"printWidth": 120, | ||
"useTabs": false, | ||
"semi": false, | ||
"singleQuote": false, | ||
"semi": false, | ||
"trailingComma": "all", | ||
"bracketSpacing": true, | ||
"trailingComma": "all", | ||
"arrowParens": "always", | ||
"htmlWhitespaceSensitivity": "strict", | ||
"endOfLine": "lf", | ||
"htmlWhitespaceSensitivity": "strict" | ||
"overrides": [ | ||
{ | ||
"files": ".github/**/*", | ||
"options": { | ||
"tabWidth": 2 | ||
} | ||
} | ||
] | ||
} |
{ | ||
"name": "@figuredev/prettier-config", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Prettier configuration for our code style.", | ||
@@ -23,8 +23,8 @@ "author": "Figure", | ||
"devDependencies": { | ||
"prettier": "^3.0.3" | ||
"prettier": "^3.4.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^3.0.3" | ||
"prettier": "^3.4.0" | ||
}, | ||
"prettier": "./config.json" | ||
} |
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
1622
20
0