Skip to content

Commit

Permalink
Merge pull request #1543 from themeum/dev
Browse files Browse the repository at this point in the history
3.2.0 Release
  • Loading branch information
shewa12 authored Jan 21, 2025
2 parents 7015253 + 9233ae1 commit a48d2c6
Show file tree
Hide file tree
Showing 432 changed files with 5,402 additions and 11,633 deletions.
66 changes: 35 additions & 31 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"phpcbf.standard": "WordPress",
"phpcbf.enable": true,
"phpcbf.executablePath": "phpcbf",
"phpcbf.documentFormattingProvider": true,
"phpcbf.onsave": false,
"phpcbf.debug": false,
"yet-phpunit.xmlConfigFilepath": "${workspaceRoot}/wp-content/plugins/tutor/phpunit.xml.dist",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.tslint": "always",
"source.organizeImports": "explicit"
},
"prettier.enable": true,
"eslint.enable": true,
"eslint.workingDirectories": [
"./wp-content/plugins/tutor"
],
}
"phpcbf.standard": "WordPress",
"phpcbf.enable": true,
"phpcbf.executablePath": "phpcbf",
"phpcbf.documentFormattingProvider": true,
"phpcbf.onsave": false,
"phpcbf.debug": false,
"yet-phpunit.xmlConfigFilepath": "${workspaceRoot}/wp-content/plugins/tutor/phpunit.xml.dist",
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.tslint": "always",
"source.organizeImports": "explicit"
},
"prettier.enable": true,
"eslint.enable": true,
"eslint.workingDirectories": ["./wp-content/plugins/tutor"]
}
Binary file modified assets/fonts/tutor-v2.woff
Binary file not shown.
137 changes: 0 additions & 137 deletions assets/lib/prism/prism.css

This file was deleted.

Loading

0 comments on commit a48d2c6

Please sign in to comment.