Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Sep 29, 2023
1 parent 03f6593 commit 1335071
Show file tree
Hide file tree
Showing 29 changed files with 1,519 additions and 649 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:33 PM EDT.

[production]
last 1 chrome versions
Expand Down
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Default

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Locals

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Packages

Expand Down
52 changes: 38 additions & 14 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,50 @@
*/
{
"recommendations": [
/*
* Linting.
*/
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint",
"bradlc.vscode-tailwindcss",
"timonwong.shellcheck",
"exiasr.hadolint",

/*
* Formatting.
*/
"esbenp.prettier-vscode",
"tamasfe.even-better-toml",

/*
* Markdown.
*/
"bierner.markdown-checkbox",
"bierner.markdown-footnotes",
"bierner.markdown-mermaid",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"exiasr.hadolint",
"ExodiusStudios.comment-anchors",
"idleberg.applescript",
"unifiedjs.vscode-mdx",

/*
* EJS templates.
*/
"leonzalion.vscode-ejs",

/*
* Misc languages.
*/
"webben.browserslist",
"idleberg.applescript",
"mrmlnc.vscode-apache",
"ms-python.black-formatter",
"ms-python.python",
"ms-vscode.hexeditor",
"rohit-gohri.format-code-action",
"sissel.shopify-liquid",
"stylelint.vscode-stylelint",
"tamasfe.even-better-toml",
"timonwong.shellcheck",
"unifiedjs.vscode-mdx",
"webben.browserslist"

"ms-python.python", // Optional, used rarely.
"ms-python.black-formatter", // Optional, used rarely.

/*
* Misc features.
*/
"ExodiusStudios.comment-anchors",
"rohit-gohri.format-code-action"
]

/*
Expand Down
94 changes: 85 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @note This entire file will be updated automatically.
* @note Instead of editing here, please review `./settings.mjs`.
*
* Last generated using `./settings.mjs` Thu, Sep 28, 2023, 3:29:41 PM EDT.
* Last generated using `./settings.mjs` Fri, Sep 29, 2023, 7:03:32 PM EDT.
*/
{
"editor.formatOnType": false,
Expand Down Expand Up @@ -171,7 +171,14 @@
"commentAnchors.tags.separators": [" ", ": "],
"commentAnchors.workspace.excludeFiles": "**/{*.log,*.logs,*~,*.bak,*.rej,*.orig,*.patch,*.diff,*.code-*,.idea,.*.swp,*.ctags,.env.me,.tscache,*.tsbuildinfo,.vite,.vitest,.wrangler,.dev.vars,.dev.vars.*,.rollup,.webpack,.linaria-cache,.sass-cache,.docker,.vagrant,.elasticbeanstalk,.yarn,vendor,node_modules,jspm_packages,bower_components,.git,.svn,_svn,.svnignore,.bzr,.bzrignore,.hg,.hgignore,Thumbs.db,ehthumbs.db,Desktop.ini,$RECYCLE.BIN,._*,Icon,*.icloud,.DS_Store,.disk_label,.LSOverride,.VolumeIcon.icns,.com.apple.timemachine.*,.apdisk,.fseventsd,.AppleDB,.AppleDesktop,.AppleDouble,.Trashes,.TemporaryItems,.Spotlight-V100,.DocumentRevisions-V100,Network Trash Folder,Temporary Items,yarn.lock,composer.lock,package-lock.json,dist}/**",
"commentAnchors.workspace.matchFiles": "**/*.{mdx,md,markdown,mdown,mdwn,mkd,mdtxt,mdtext,html,htm,shtml,shtm,xhtml,xhtm,ejs,liquid,php,phtml,phtm,phps,asp,aspx,rb,py,pl,plx,cgi,ppl,perl,bash,zsh,sh,js,jsx,mjs,mjsx,cjs,cjsx,ts,tsx,mts,mtsx,cts,ctsx,xsl,xslt,xml,xsd,dtd,atom,rdf,rss,rss2,rss-http,asx,dfxp,svg,kml}",
"extensions.ignoreRecommendations": false,
"extensions.ignoreRecommendations": true,
"css.validate": false,
"scss.validate": false,
"less.validate": false,
"json.validate.enable": true,
"javascript.validate.enable": true,
"typescript.validate.enable": true,
"javascript.suggestionActions.enabled": false,
"eslint.enable": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": false,
Expand All @@ -186,15 +193,84 @@
],
"eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.options": {
"overrideConfigFile": "eslint.config.mjs"
"overrideConfigFile": "./eslint.config.mjs"
},
"javascript.validate.enable": true,
"typescript.validate.enable": true,
"javascript.suggestionActions.enabled": false,
"css.validate": false,
"scss.validate": false,
"less.validate": false,
"stylelint.validate": ["scss", "css"],
"tailwindCSS.validate": true,
"tailwindCSS.experimental.configFile": "./tailwind.config.mjs",
"tailwindCSS.classAttributes": ["class", "classes", "className", "classNames"],
"tailwindCSS.includeLanguages": {},
"tailwindCSS.files.exclude": [
"/dev/.files/**",
"**/*.log/**",
"**/*.logs/**",
"**/*~/**",
"**/*.bak/**",
"**/*.rej/**",
"**/*.orig/**",
"**/*.patch/**",
"**/*.diff/**",
"**/*.code-*/**",
"**/.idea/**",
"**/.*.swp/**",
"**/*.ctags/**",
"**/.env.me/**",
"**/.tscache/**",
"**/*.tsbuildinfo/**",
"**/.vite/**",
"**/.vitest/**",
"**/.wrangler/**",
"**/.dev.vars/**",
"**/.dev.vars.*/**",
"**/.rollup/**",
"**/.webpack/**",
"**/.linaria-cache/**",
"**/.sass-cache/**",
"**/.docker/**",
"**/.vagrant/**",
"**/.elasticbeanstalk/**",
"**/.yarn/**",
"**/vendor/**",
"**/node_modules/**",
"**/jspm_packages/**",
"**/bower_components/**",
"**/.git/**",
"**/.svn/**",
"**/_svn/**",
"**/.svnignore/**",
"**/.bzr/**",
"**/.bzrignore/**",
"**/.hg/**",
"**/.hgignore/**",
"**/Thumbs.db/**",
"**/ehthumbs.db/**",
"**/Desktop.ini/**",
"**/$RECYCLE.BIN/**",
"**/._*/**",
"**/Icon/**",
"**/*.icloud/**",
"**/.DS_Store/**",
"**/.disk_label/**",
"**/.LSOverride/**",
"**/.VolumeIcon.icns/**",
"**/.com.apple.timemachine.*/**",
"**/.apdisk/**",
"**/*.icloud/**",
"**/.fseventsd/**",
"**/.AppleDB/**",
"**/.AppleDesktop/**",
"**/.AppleDouble/**",
"**/.Trashes/**",
"**/.TemporaryItems/**",
"**/.Spotlight-V100/**",
"**/.DocumentRevisions-V100/**",
"**/Network Trash Folder/**",
"**/Temporary Items/**",
"**/yarn.lock/**",
"**/composer.lock/**",
"**/package-lock.json/**",
"**/dist/**"
],
"markdown.styles": [],
"markdown.preview.fontSize": 16,
"markdown.preview.lineHeight": 1.5,
Expand Down
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Generated data.
# <generated:start>

# Last generated Thu, Sep 28, 2023, 3:29:41 PM EDT.
# Last generated Fri, Sep 29, 2023, 7:03:32 PM EDT.

# Locals

Expand Down
Loading

0 comments on commit 1335071

Please sign in to comment.