Skip to content

Commit

Permalink
Update more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Nov 15, 2024
1 parent bd5e59c commit cba9c93
Show file tree
Hide file tree
Showing 36 changed files with 4,645 additions and 4,522 deletions.
9 changes: 6 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"name": "DDEV Xdebug",
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"hostname": "0.0.0.0",
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceRoot}"
}
"/var/www/html": "${workspaceFolder}"
},
"preLaunchTask": "DDEV: Enable Xdebug",
"postDebugTask": "DDEV: Disable Xdebug"
},
{
"name": "Lando Xdebug",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ import reactRefresh from 'eslint-plugin-react-refresh'
import tseslint from 'typescript-eslint'

export default tseslint.config(
{ ignores: ['dist'] },
{ ignores: ['/web/libraries'] },
{
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ['**/*.{ts,tsx}'],
files: [
'/web/themes/custom/**/*.{ts,tsx}',
'/web/modules/custom/**/*.{ts,tsx}'
],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
Expand Down
Loading

0 comments on commit cba9c93

Please sign in to comment.