Socket
Socket
Sign inDemoInstall

remark-preset-prettier

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-preset-prettier - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

lib/es2015.js

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.1](https://github.com/JounQin/remark-preset-prettier/compare/v0.2.0...v0.2.1) (2019-09-22)
### Bug Fixes
* **deps:** bump dependencies, simplify build usage ([b39fb14](https://github.com/JounQin/remark-preset-prettier/commit/b39fb14))
## [0.2.0](https://github.com/JounQin/remark-preset-prettier/compare/v0.1.1...v0.2.0) (2019-09-07)

@@ -7,0 +14,0 @@

4

lib/index.js

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

export const plugins = [
export var plugins = [
'blank-lines-1-0-2',

@@ -37,3 +37,3 @@ 'blockquote-indentation',

'unordered-list-marker-style',
].reduce((plugins, plugin) => {
].reduce(function (plugins, plugin) {
try {

@@ -40,0 +40,0 @@ plugins.push([

{
"name": "remark-preset-prettier",
"version": "0.2.0",
"version": "0.2.1",
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",

@@ -8,6 +8,10 @@ "repository": "git@github.com:JounQin/remark-preset-prettier.git",

"license": "MIT",
"main": "lib/cjs.js",
"module": "lib/esm.js",
"es2015": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=6.9.0"
},
"main": "lib/cjs",
"module": "lib",
"fesm5": "lib/esm",
"es2015": "lib/es2015",
"types": "lib",
"files": [

@@ -18,6 +22,7 @@ "lib",

"scripts": {
"lint": "eslint . --ext js,md,ts",
"prelint": "r",
"lint": "eslint . --ext js,md,ts -f friendly",
"build:ts": "tsc -b",
"build:bundle": "rollup -c",
"build": "rimraf lib && run-p build:*"
"build:bundle": "r",
"build": "run-p build:*"
},

@@ -28,13 +33,14 @@ "peerDependencies": {

"devDependencies": {
"@1stg/babel-preset": "^0.6.0",
"@1stg/eslint-config": "^0.9.0",
"@1stg/babel-preset": "^0.7.0",
"@1stg/commitlint-config": "^0.1.0",
"@1stg/eslint-config": "^0.12.10",
"@1stg/husky-config": "^0.3.0",
"@1stg/lint-staged": "^0.6.0",
"@1stg/lint-staged": "^0.7.4",
"@1stg/prettier-config": "^0.2.0",
"@1stg/rollup-config": "^0.4.1",
"@1stg/tsconfig": "^0.5.0",
"@1stg/remark-config": "^0.2.1",
"@1stg/rollup-config": "^0.9.5",
"@1stg/tsconfig": "^0.5.1",
"@babel/core": "^7.6.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"eslint": "^6.3.0",
"@commitlint/cli": "^8.2.0",
"eslint": "^6.4.0",
"husky": "^3.0.5",

@@ -44,13 +50,11 @@ "lint-staged": "^9.2.5",

"prettier": "^1.18.2",
"remark-preset-lint-consistent": "^2.0.3",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3",
"remark-preset-prettier": "link:src",
"react": "^16.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.20.3",
"ts-node": "^8.3.0",
"tslib": "^1.10.0",
"typescript": "^3.6.2",
"unified": "^8.3.2"
"rollup": "^1.21.4",
"typescript": "^3.6.3",
"unified": "^8.4.0"
},
"resolutions": {
"remark-preset-prettier": "link:."
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc