Skip to content

Commit 8d9b81e

Browse files
committed
(1.0.2)
1 parent f5840dc commit 8d9b81e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.2]
4+
5+
- Stop loading in eslint from the local project when available. We aren't using any local config yet anyway so there's no point in loading in the custom eslint version. And it's causing some issues. Fixes #58
6+
37
## [1.0.1]
48

59
- fixed bug preventing formatting of tailwindcss files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prettier-standard-vscode",
33
"displayName": "Prettier-Standard - JavaScript formatter",
44
"description": "VS Code plugin for prettier + standard",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "numso",
77
"author": "Dallin Osmun <@dallinosmun>",
88
"galleryBanner": {

0 commit comments

Comments
 (0)