Skip to content

Commit

Permalink
Update to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
digikid committed Aug 27, 2022
1 parent 5e7d852 commit fa67c1c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"parser": "vue-eslint-parser",
"extends": [
"eslint:recommended",
"@vue/typescript/recommended",
"plugin:vue/vue3-recommended",
"airbnb-base"
],
Expand Down Expand Up @@ -32,12 +31,14 @@
"*.ts",
"*.vue"
],
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": "latest",
"parser": "@typescript-eslint/parser",
"project": "tsconfig.json"
},
"extends": [
"@vue/typescript/recommended",
"airbnb-typescript/base"
],
"rules": {
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

[1.1.1]: https://github.com/digikid/vite-vue-project/releases/tag/1.1.1

## [1.1.1] - 2022-08-28

### Bug Fixes

- Updated ESLint config for correct linting SFC files

[1.1.0]: https://github.com/digikid/vite-vue-project/releases/tag/1.1.0

## [1.1.0] - 2022-08-27
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-vue-project",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit fa67c1c

Please sign in to comment.