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 13, 2023
1 parent d6edf78 commit f8172e7
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 175 deletions.
12 changes: 0 additions & 12 deletions dev/.files/eslint/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,7 @@ export default async () => {

...esVersion.globals,

// Declares Vite global app constants.
// @note Also in `../../../tsconfig.d.ts`.
// These are needed only to satisfy the `no-undef` rule.

$$__APP_PKG_NAME__$$: 'readonly',
$$__APP_PKG_VERSION__$$: 'readonly',
$$__APP_PKG_REPOSITORY__$$: 'readonly',
$$__APP_PKG_HOMEPAGE__$$: 'readonly',
$$__APP_PKG_BUGS__$$: 'readonly',
$$__APP_BUILD_TIME_YMD__$$: 'readonly',

// Declares globals based on target environment(s).
// These are needed only to satisfy the `no-undef` rule.
// For docs on our target environments; {@see https://o5p.me/nCnEkQ}.

...(targetEnv // Globals for target environment.
Expand Down
Loading

0 comments on commit f8172e7

Please sign in to comment.