New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sourcegraph/prettierrc

Package Overview
Dependencies
Maintainers
16
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcegraph/prettierrc - npm Package Compare versions

Comparing version

to
2.2.0

.prettierignore

6

package.json
{
"name": "@sourcegraph/prettierrc",
"version": "2.1.1",
"version": "2.2.0",
"description": "TSLint config for TypeScript projects at Sourcegraph",

@@ -16,7 +16,7 @@ "main": "prettier.config.js",

"scripts": {
"prettier": "prettier prettier.config.js --list-different --write"
"prettier": "prettier .travis.yml README.md prettier.config.js --list-different --write"
},
"devDependencies": {
"prettier": "1.10.1"
"prettier": "^1.14.0"
}
}

@@ -10,3 +10,3 @@ module.exports = {

{
files: '{*.js?(on),*.md,.prettierrc,.stylelintrc,.babelrc}',
files: '{*.js?(on),*.y?(a)ml,.*.js?(on),.*.y?(a)ml,*.md,.prettierrc,.stylelintrc,.babelrc}',
options: {

@@ -13,0 +13,0 @@ tabWidth: 2,

@@ -1,2 +0,1 @@

# Sourcegraph Prettier Config

@@ -3,0 +2,0 @@