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.0.0

2

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

@@ -5,0 +5,0 @@ "main": "prettier.config.js",

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

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

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

@@ -6,3 +6,3 @@

[![downloads](https://img.shields.io/npm/dt/@sourcegraph/prettierrc.svg)](https://www.npmjs.com/package/@sourcegraph/prettierrc)
[![build](https://badge.buildkite.com/bb1be4ec327c5bac82a5d01684dc978fdf535094cd3466acab.svg)](https://buildkite.com/sourcegraph/prettierrc)
[![build](https://travis-ci.org/sourcegraph/prettierrc.svg?branch=master)](https://travis-ci.org/sourcegraph/prettierrc)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

@@ -9,0 +9,0 @@