Skip to content

Commit

Permalink
style: remove auto format target at md
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon committed Jan 15, 2020
1 parent a40399c commit 139ca8c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 26 deletions.
13 changes: 6 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"tabWidth": 2,
"semi": true,
"trailingComma": "all",
"bracketSpacing": true,
"printWidth": 144
}

"tabWidth": 2,
"semi": true,
"trailingComma": "all",
"bracketSpacing": true,
"printWidth": 144
}
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)

**Note:** Version bump only for package code-dependency





<a name="0.3.4"></a>

## 0.3.4 (2020-01-08)
Expand Down
8 changes: 2 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@
"publish": {
"access": "public",
"allowBranch": "master",
"ignoreChanges": [
"CHANGELOG.md"
]
"ignoreChanges": ["CHANGELOG.md"]
}
},
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "0.3.5",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"commit": "npx git-cz",
"cruiser": "lerna run cruiser",
"develop": "yarn run build:lib --verbose -w",
"format": "yarn lint --fix && prettier --write \"**/*.{ts,tsx,js,jsx,json,yml,yaml,html,md,scss}\"",
"format": "yarn lint --fix && prettier --write \"**/*.{ts,tsx,js,jsx,json,yml,yaml,html,scss}\"",
"generate:sample": "./bin/generate-sample.sh",
"initialize": "run-s bootstrap clean:all setup build:lib",
"lint": "eslint -c ./.eslintrc.js 'packages/**/*.{ts,tsx}'",
Expand Down
5 changes: 1 addition & 4 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)

**Note:** Version bump only for package @code-dependency/cli





<a name="0.3.4"></a>

## 0.3.4 (2020-01-08)
Expand Down
5 changes: 1 addition & 4 deletions packages/view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.3.5"></a>

## 0.3.5 (2020-01-15)

**Note:** Version bump only for package @code-dependency/view





<a name="0.3.4"></a>

## 0.3.4 (2020-01-08)
Expand Down

0 comments on commit 139ca8c

Please sign in to comment.