Skip to content

Commit

Permalink
Merge pull request #2345 from nextcloud/dev/vscode
Browse files Browse the repository at this point in the history
add prettier for vetur and vscode
  • Loading branch information
dartcafe committed Apr 2, 2022
2 parents bb7720c + 7394f81 commit 6e114d9
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
build/
css/*.map
js/*
jsconfig.json
nbproject/
node_modules/
tests/.phpunit.result.cache
Expand Down
12 changes: 12 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": [
"node_modules"
],
"include": [
"src/**/*"
]
}
108 changes: 96 additions & 12 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.0.0"
"@nextcloud/webpack-vue-config": "^5.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.1"
}
}

0 comments on commit 6e114d9

Please sign in to comment.