Skip to content

Commit

Permalink
fix: remove stylelint (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name authored Jul 23, 2021
1 parent 98fcb42 commit 0e2a21c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 10 additions & 6 deletions extensions/appworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Change Log

## [1.3.1]

- fix: remove stylelint extension that causes some bugs in vscode

## [1.3.0](https://github.com/appworks-lab/pack/releases/tag/v1.3.0)

- feat: add jsx files propTypes auto complete [#902](https://github.com/appworks-lab/pack/pull/902)
- feat: add code snippets [#903](https://github.com/appworks-lab/pack/pull/903)
- feat: auto fill content in store's files when create [#908](https://github.com/appworks-lab/pack/pull/908)
- feat: add auto complete when import modules [#905](https://github.com/appworks-lab/pack/pull/905)
- fix: dashboard show 404 and 500 error [#911](https://github.com/appworks-lab/pack/pull/911)
- fix: eslint config `overrides` not work [#901](https://github.com/appworks-lab/pack/pull/901)
- feat: add jsx files propTypes auto complete [#902](https://github.com/appworks-lab/pack/pull/902)
- feat: add code snippets [#903](https://github.com/appworks-lab/pack/pull/903)
- feat: auto fill content in store's files when create [#908](https://github.com/appworks-lab/pack/pull/908)
- feat: add auto complete when import modules [#905](https://github.com/appworks-lab/pack/pull/905)
- fix: dashboard show 404 and 500 error [#911](https://github.com/appworks-lab/pack/pull/911)
- fix: eslint config `overrides` not work [#901](https://github.com/appworks-lab/pack/pull/901)

## [1.2.1](https://github.com/appworks-lab/pack/releases/tag/v1.2.1)

Expand Down
3 changes: 1 addition & 2 deletions extensions/appworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AppWorks",
"description": "Application Development Pack, provide visualization and intelligent technology to build Universal Application faster and better, support Web / H5 / MiniProgram(小程序) Application.",
"publisher": "iceworks-team",
"version": "1.3.0",
"version": "1.3.1",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -44,7 +44,6 @@
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"xabikos.JavaScriptSnippets",
Expand Down

0 comments on commit 0e2a21c

Please sign in to comment.