@voiceflow/prettier-config
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
module.exports = { | ||
@@ -7,5 +9,5 @@ printWidth: 150, | ||
quoteProps: 'as-needed', | ||
trailingComma: "es5", | ||
trailingComma: 'es5', | ||
bracketSpacing: true, | ||
arrowParens: 'always', | ||
}; |
{ | ||
"name": "@voiceflow/prettier-config", | ||
"description": "Prettier config", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Voiceflow", | ||
@@ -15,8 +15,17 @@ "bugs": { | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"commitizen": "^3.1.1", | ||
"commitlint": "^7.5.2", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"fixpack": "^2.3.1", | ||
"husky": "^2.2.0" | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@voiceflow/commitlint-config": "1.1.0", | ||
"@voiceflow/eslint-config": "4.0.0", | ||
"@voiceflow/git-branch-check": "1.2.0", | ||
"@voiceflow/prettier-config": "1.0.5", | ||
"commitizen": "^4.2.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"depcheck": "^1.3.1", | ||
"eslint": "^7.28.0", | ||
"fixpack": "^4.0.0", | ||
"husky": "^4.3.8", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^1.19.1", | ||
"prettier-eslint-cli": "^5.0.0" | ||
}, | ||
@@ -27,7 +36,2 @@ "files": [ | ||
"homepage": "https://github.com/storyflow/prettier-config#readme", | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -41,11 +45,18 @@ "prettier" | ||
}, | ||
"prettier": "@voiceflow/prettier-config", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/storyflow/prettier-config.git" | ||
"url": "git+https://github.com/voiceflow/prettier-config.git" | ||
}, | ||
"scripts": { | ||
"commit": "git-cz", | ||
"commit": "cz", | ||
"lint": "eslint \"./**/*.{js,ts}\"", | ||
"lint:fix": "yarn lint --fix", | ||
"lint:quiet": "yarn lint --quiet", | ||
"lint:report": "yarn lint --format json -o sonar/report.json", | ||
"prepare": "fixpack", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "yarn test:run", | ||
"test:dependencies": "depcheck", | ||
"test:run": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2988
11
0
15