@samuelmeuli/prettier-config
Advanced tools
Comparing version 1.0.0 to 2.0.1
module.exports = { | ||
// Enforce Linux/macOS-style line endings | ||
// Default: "auto" (do not change line endings) | ||
// Also covered by EditorConfig | ||
endOfLine: "lf", | ||
// Use tabs for indentation (spaces are still used for alignment) | ||
@@ -8,0 +3,0 @@ // Default: false |
{ | ||
"name": "@samuelmeuli/prettier-config", | ||
"version": "1.0.0", | ||
"version": "2.0.1", | ||
"description": "My Prettier configuration", | ||
@@ -28,9 +28,9 @@ "keywords": [ | ||
"peerDependencies": { | ||
"prettier": "^1.0.0" | ||
"prettier": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"np": "^5.2.1", | ||
"prettier": "^1.19.1" | ||
"np": "^6.2.0", | ||
"prettier": "^2.0.2" | ||
}, | ||
"prettier": "./index.js" | ||
} |
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
2934
19