@dmsi/prettier-config
Advanced tools
Comparing version 1.1.0 to 1.2.0
11
index.js
module.exports = { | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
allowParens: 'always', | ||
useTabs: true, | ||
printWidth: 100, | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
allowParens: 'always', | ||
useTabs: false, | ||
tabWidth: 2, | ||
printWidth: 100, | ||
}; |
{ | ||
"name": "@dmsi/prettier-config", | ||
"version": "1.1.0", | ||
"description": "A reusable prettier config for all DMSi JS applications.", | ||
"main": "index.js", | ||
"repository": "https://bitbucket.org/dmsi-software/agility", | ||
"author": "Matt McElwee <mmcelwee@dmsi.com>", | ||
"license": "MIT", | ||
"private": false | ||
"name": "@dmsi/prettier-config", | ||
"version": "1.2.0", | ||
"description": "A reusable prettier config for all DMSi JS applications.", | ||
"main": "index.js", | ||
"repository": "https://bitbucket.org/dmsi-software/agility", | ||
"author": "Matt McElwee <mmcelwee@dmsi.com>", | ||
"license": "MIT", | ||
"private": 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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
441
8