╰─pwsh─ npx cross-env TIMING=1 eslint .\src\App.tsx --debug --stats
eslint:cli CLI args: [ '.\\src\\App.tsx', '--debug', '--stats' ] +0ms
eslint:cli Using flat config? true +1ms
eslint:cli Running on files +2ms
eslint:eslint Using config loader LegacyConfigLoader +0ms
eslint:eslint Using file patterns: .\src\App.tsx +0ms
eslint:eslint Deleting cache file at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\.eslintcache +0ms
eslint:config-loader Calculating config for file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +0ms
eslint:config-loader Searching for eslint.config.js +0ms
eslint:config-loader [Legacy]: Calculating config for C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +1ms
eslint:config-loader [Legacy]: Using config file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\eslint.config.mjs and base path C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher +1ms
eslint:config-loader Calculating config array from config file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\eslint.config.mjs and base path C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher +0ms
eslint:config-loader Loading config file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\eslint.config.mjs +0ms
eslint:config-loader Loading config from C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\eslint.config.mjs +0ms
eslint:config-loader Config file URL is file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/eslint.config.mjs +1ms
eslint:rules Loading rule 'consistent-return' (remaining=290) +0ms
eslint:rules Loading rule 'dot-notation' (remaining=289) +10ms
eslint:rules Loading rule 'init-declarations' (remaining=288) +4ms
eslint:rules Loading rule 'max-params' (remaining=287) +1ms
eslint:rules Loading rule 'no-dupe-class-members' (remaining=286) +20ms
eslint:rules Loading rule 'no-empty-function' (remaining=285) +4ms
eslint:rules Loading rule 'no-invalid-this' (remaining=284) +11ms
eslint:rules Loading rule 'no-loop-func' (remaining=283) +2ms
eslint:rules Loading rule 'no-loss-of-precision' (remaining=282) +1ms
eslint:rules Loading rule 'no-magic-numbers' (remaining=281) +1ms
eslint:rules Loading rule 'no-restricted-imports' (remaining=280) +15ms
eslint:rules Loading rule 'no-unused-expressions' (remaining=279) +41ms
eslint:rules Loading rule 'no-useless-constructor' (remaining=278) +3ms
eslint:rules Loading rule 'prefer-destructuring' (remaining=277) +8ms
eslint:rules Loading rule 'no-dupe-keys' (remaining=276) +973ms
eslint:rules Loading rule 'no-floating-decimal' (remaining=275) +2ms
eslint:rules Loading rule 'no-irregular-whitespace' (remaining=274) +2ms
eslint:rules Loading rule 'no-multi-str' (remaining=273) +1ms
eslint:rules Loading rule 'no-octal-escape' (remaining=272) +2ms
eslint:rules Loading rule 'no-octal' (remaining=271) +1ms
eslint:rules Loading rule 'no-sparse-arrays' (remaining=270) +2ms
eslint:rules Loading rule 'no-useless-escape' (remaining=269) +2ms
eslint:rules Loading rule 'no-script-url' (remaining=268) +1s
eslint:rules Loading rule 'comma-dangle' (remaining=267) +111ms
eslint:rules Loading rule 'constructor-super' (remaining=266) +20ms
eslint:rules Loading rule 'no-this-before-super' (remaining=265) +1ms
eslint:rules Loading rule 'no-warning-comments' (remaining=264) +675ms
eslint:config-loader Config file C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\eslint.config.mjs is not empty +6s
eslint:eslint 1 files found in: 6221ms +6s
eslint:eslint Linting in single-thread mode. +0ms
eslint:config-loader Looking up cached config for C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +1ms
eslint:config-loader [Legacy]: Looking up cached config for C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src +0ms
eslint:rules Loading rule 'accessor-pairs' (remaining=263) +233ms
eslint:rules Loading rule 'array-callback-return' (remaining=262) +1ms
eslint:rules Loading rule 'arrow-body-style' (remaining=261) +1ms
eslint:rules Loading rule 'block-scoped-var' (remaining=260) +1ms
eslint:rules Loading rule 'camelcase' (remaining=259) +1ms
eslint:rules Loading rule 'capitalized-comments' (remaining=258) +1ms
eslint:rules Loading rule 'class-methods-use-this' (remaining=257) +1ms
eslint:rules Loading rule 'complexity' (remaining=256) +1ms
eslint:rules Loading rule 'consistent-this' (remaining=255) +1ms
eslint:rules Loading rule 'curly' (remaining=254) +0ms
eslint:rules Loading rule 'default-case' (remaining=253) +1ms
eslint:rules Loading rule 'default-case-last' (remaining=252) +0ms
eslint:rules Loading rule 'default-param-last' (remaining=251) +1ms
eslint:rules Loading rule 'eqeqeq' (remaining=250) +0ms
eslint:rules Loading rule 'for-direction' (remaining=249) +1ms
eslint:rules Loading rule 'func-name-matching' (remaining=248) +1ms
eslint:rules Loading rule 'func-names' (remaining=247) +0ms
eslint:rules Loading rule 'func-style' (remaining=246) +1ms
eslint:rules Loading rule 'getter-return' (remaining=245) +1ms
eslint:rules Loading rule 'grouped-accessor-pairs' (remaining=244) +1ms
eslint:rules Loading rule 'guard-for-in' (remaining=243) +1ms
eslint:rules Loading rule 'id-denylist' (remaining=242) +0ms
eslint:rules Loading rule 'id-length' (remaining=241) +1ms
eslint:rules Loading rule 'id-match' (remaining=240) +1ms
eslint:rules Loading rule 'logical-assignment-operators' (remaining=239) +0ms
eslint:rules Loading rule 'max-classes-per-file' (remaining=238) +1ms
eslint:rules Loading rule 'max-depth' (remaining=237) +0ms
eslint:rules Loading rule 'max-lines' (remaining=236) +1ms
eslint:rules Loading rule 'max-lines-per-function' (remaining=235) +0ms
eslint:rules Loading rule 'max-nested-callbacks' (remaining=234) +1ms
eslint:rules Loading rule 'max-statements' (remaining=233) +0ms
eslint:rules Loading rule 'new-cap' (remaining=232) +1ms
eslint:rules Loading rule 'no-alert' (remaining=231) +1ms
eslint:rules Loading rule 'no-array-constructor' (remaining=230) +0ms
eslint:rules Loading rule 'no-async-promise-executor' (remaining=229) +1ms
eslint:rules Loading rule 'no-await-in-loop' (remaining=228) +1ms
eslint:rules Loading rule 'no-bitwise' (remaining=227) +0ms
eslint:rules Loading rule 'no-caller' (remaining=226) +1ms
eslint:rules Loading rule 'no-case-declarations' (remaining=225) +0ms
eslint:rules Loading rule 'no-class-assign' (remaining=224) +1ms
eslint:rules Loading rule 'no-compare-neg-zero' (remaining=223) +1ms
eslint:rules Loading rule 'no-cond-assign' (remaining=222) +1ms
eslint:rules Loading rule 'no-console' (remaining=221) +0ms
eslint:rules Loading rule 'no-const-assign' (remaining=220) +1ms
eslint:rules Loading rule 'no-constant-binary-expression' (remaining=219) +1ms
eslint:rules Loading rule 'no-constant-condition' (remaining=218) +1ms
eslint:rules Loading rule 'no-constructor-return' (remaining=217) +1ms
eslint:rules Loading rule 'no-continue' (remaining=216) +0ms
eslint:rules Loading rule 'no-control-regex' (remaining=215) +1ms
eslint:rules Loading rule 'no-debugger' (remaining=214) +1ms
eslint:rules Loading rule 'no-delete-var' (remaining=213) +1ms
eslint:rules Loading rule 'no-div-regex' (remaining=212) +0ms
eslint:rules Loading rule 'no-dupe-args' (remaining=211) +1ms
eslint:rules Loading rule 'no-dupe-else-if' (remaining=210) +1ms
eslint:rules Loading rule 'no-duplicate-case' (remaining=209) +1ms
eslint:rules Loading rule 'no-duplicate-imports' (remaining=208) +0ms
eslint:rules Loading rule 'no-else-return' (remaining=207) +1ms
eslint:rules Loading rule 'no-empty' (remaining=206) +1ms
eslint:rules Loading rule 'no-empty-character-class' (remaining=205) +0ms
eslint:rules Loading rule 'no-empty-pattern' (remaining=204) +1ms
eslint:rules Loading rule 'no-empty-static-block' (remaining=203) +1ms
eslint:rules Loading rule 'no-eq-null' (remaining=202) +0ms
eslint:rules Loading rule 'no-eval' (remaining=201) +1ms
eslint:rules Loading rule 'no-ex-assign' (remaining=200) +0ms
eslint:rules Loading rule 'no-extend-native' (remaining=199) +1ms
eslint:rules Loading rule 'no-extra-bind' (remaining=198) +0ms
eslint:rules Loading rule 'no-extra-boolean-cast' (remaining=197) +0ms
eslint:rules Loading rule 'no-extra-label' (remaining=196) +1ms
eslint:rules Loading rule 'no-fallthrough' (remaining=195) +1ms
eslint:rules Loading rule 'no-func-assign' (remaining=194) +1ms
eslint:rules Loading rule 'no-global-assign' (remaining=193) +0ms
eslint:rules Loading rule 'no-implicit-coercion' (remaining=192) +1ms
eslint:rules Loading rule 'no-implicit-globals' (remaining=191) +0ms
eslint:rules Loading rule 'no-implied-eval' (remaining=190) +1ms
eslint:rules Loading rule 'no-import-assign' (remaining=189) +0ms
eslint:rules Loading rule 'no-inline-comments' (remaining=188) +1ms
eslint:rules Loading rule 'no-inner-declarations' (remaining=187) +1ms
eslint:rules Loading rule 'no-invalid-regexp' (remaining=186) +0ms
eslint:rules Loading rule 'no-iterator' (remaining=185) +1ms
eslint:rules Loading rule 'no-label-var' (remaining=184) +0ms
eslint:rules Loading rule 'no-labels' (remaining=183) +1ms
eslint:rules Loading rule 'no-lone-blocks' (remaining=182) +1ms
eslint:rules Loading rule 'no-lonely-if' (remaining=181) +0ms
eslint:rules Loading rule 'no-misleading-character-class' (remaining=180) +1ms
eslint:rules Loading rule 'no-multi-assign' (remaining=179) +5ms
eslint:rules Loading rule 'no-negated-condition' (remaining=178) +1ms
eslint:rules Loading rule 'no-nested-ternary' (remaining=177) +1ms
eslint:rules Loading rule 'no-new' (remaining=176) +0ms
eslint:rules Loading rule 'no-new-func' (remaining=175) +0ms
eslint:rules Loading rule 'no-new-native-nonconstructor' (remaining=174) +1ms
eslint:rules Loading rule 'no-new-wrappers' (remaining=173) +1ms
eslint:rules Loading rule 'no-nonoctal-decimal-escape' (remaining=172) +1ms
eslint:rules Loading rule 'no-obj-calls' (remaining=171) +0ms
eslint:rules Loading rule 'no-object-constructor' (remaining=170) +1ms
eslint:rules Loading rule 'no-param-reassign' (remaining=169) +1ms
eslint:rules Loading rule 'no-plusplus' (remaining=168) +1ms
eslint:rules Loading rule 'no-promise-executor-return' (remaining=167) +1ms
eslint:rules Loading rule 'no-proto' (remaining=166) +2ms
eslint:rules Loading rule 'no-prototype-builtins' (remaining=165) +1ms
eslint:rules Loading rule 'no-redeclare' (remaining=164) +1ms
eslint:rules Loading rule 'no-regex-spaces' (remaining=163) +1ms
eslint:rules Loading rule 'no-restricted-exports' (remaining=162) +1ms
eslint:rules Loading rule 'no-restricted-globals' (remaining=161) +1ms
eslint:rules Loading rule 'no-restricted-properties' (remaining=160) +1ms
eslint:rules Loading rule 'no-restricted-syntax' (remaining=159) +0ms
eslint:rules Loading rule 'no-return-assign' (remaining=158) +1ms
eslint:rules Loading rule 'no-self-assign' (remaining=157) +1ms
eslint:rules Loading rule 'no-self-compare' (remaining=156) +0ms
eslint:rules Loading rule 'no-sequences' (remaining=155) +1ms
eslint:rules Loading rule 'no-setter-return' (remaining=154) +2ms
eslint:rules Loading rule 'no-shadow' (remaining=153) +1ms
eslint:rules Loading rule 'no-shadow-restricted-names' (remaining=152) +1ms
eslint:rules Loading rule 'no-template-curly-in-string' (remaining=151) +1ms
eslint:rules Loading rule 'no-ternary' (remaining=150) +1ms
eslint:rules Loading rule 'no-throw-literal' (remaining=149) +1ms
eslint:rules Loading rule 'no-unassigned-vars' (remaining=148) +1ms
eslint:rules Loading rule 'no-undef' (remaining=147) +0ms
eslint:rules Loading rule 'no-undef-init' (remaining=146) +1ms
eslint:rules Loading rule 'no-undefined' (remaining=145) +1ms
eslint:rules Loading rule 'no-underscore-dangle' (remaining=144) +1ms
eslint:rules Loading rule 'no-unexpected-multiline' (remaining=143) +1ms
eslint:rules Loading rule 'no-unmodified-loop-condition' (remaining=142) +1ms
eslint:rules Loading rule 'no-unneeded-ternary' (remaining=141) +1ms
eslint:rules Loading rule 'no-unreachable' (remaining=140) +1ms
eslint:rules Loading rule 'no-unreachable-loop' (remaining=139) +1ms
eslint:rules Loading rule 'no-unsafe-finally' (remaining=138) +0ms
eslint:rules Loading rule 'no-unsafe-negation' (remaining=137) +1ms
eslint:rules Loading rule 'no-unsafe-optional-chaining' (remaining=136) +1ms
eslint:rules Loading rule 'no-unused-labels' (remaining=135) +1ms
eslint:rules Loading rule 'no-unused-private-class-members' (remaining=134) +1ms
eslint:rules Loading rule 'no-unused-vars' (remaining=133) +0ms
eslint:rules Loading rule 'no-use-before-define' (remaining=132) +1ms
eslint:rules Loading rule 'no-useless-assignment' (remaining=131) +2ms
eslint:rules Loading rule 'no-useless-backreference' (remaining=130) +1ms
eslint:rules Loading rule 'no-useless-call' (remaining=129) +1ms
eslint:rules Loading rule 'no-useless-catch' (remaining=128) +1ms
eslint:rules Loading rule 'no-useless-computed-key' (remaining=127) +1ms
eslint:rules Loading rule 'no-useless-concat' (remaining=126) +1ms
eslint:rules Loading rule 'no-useless-rename' (remaining=125) +0ms
eslint:rules Loading rule 'no-useless-return' (remaining=124) +1ms
eslint:rules Loading rule 'no-var' (remaining=123) +1ms
eslint:rules Loading rule 'no-void' (remaining=122) +1ms
eslint:rules Loading rule 'no-with' (remaining=121) +1ms
eslint:rules Loading rule 'object-shorthand' (remaining=120) +1ms
eslint:rules Loading rule 'one-var' (remaining=119) +1ms
eslint:rules Loading rule 'operator-assignment' (remaining=118) +2ms
eslint:rules Loading rule 'prefer-arrow-callback' (remaining=117) +1ms
eslint:rules Loading rule 'prefer-const' (remaining=116) +0ms
eslint:rules Loading rule 'prefer-exponentiation-operator' (remaining=115) +1ms
eslint:rules Loading rule 'prefer-named-capture-group' (remaining=114) +1ms
eslint:rules Loading rule 'prefer-numeric-literals' (remaining=113) +2ms
eslint:rules Loading rule 'prefer-object-has-own' (remaining=112) +1ms
eslint:rules Loading rule 'prefer-object-spread' (remaining=111) +1ms
eslint:rules Loading rule 'prefer-promise-reject-errors' (remaining=110) +2ms
eslint:rules Loading rule 'prefer-regex-literals' (remaining=109) +1ms
eslint:rules Loading rule 'prefer-rest-params' (remaining=108) +2ms
eslint:rules Loading rule 'prefer-spread' (remaining=107) +1ms
eslint:rules Loading rule 'prefer-template' (remaining=106) +1ms
eslint:rules Loading rule 'radix' (remaining=105) +1ms
eslint:rules Loading rule 'require-atomic-updates' (remaining=104) +1ms
eslint:rules Loading rule 'require-await' (remaining=103) +1ms
eslint:rules Loading rule 'require-unicode-regexp' (remaining=102) +1ms
eslint:rules Loading rule 'require-yield' (remaining=101) +1ms
eslint:rules Loading rule 'sort-imports' (remaining=100) +1ms
eslint:rules Loading rule 'sort-keys' (remaining=99) +1ms
eslint:rules Loading rule 'sort-vars' (remaining=98) +2ms
eslint:rules Loading rule 'strict' (remaining=97) +0ms
eslint:rules Loading rule 'symbol-description' (remaining=96) +2ms
eslint:rules Loading rule 'unicode-bom' (remaining=95) +0ms
eslint:rules Loading rule 'use-isnan' (remaining=94) +1ms
eslint:rules Loading rule 'valid-typeof' (remaining=93) +1ms
eslint:rules Loading rule 'vars-on-top' (remaining=92) +1ms
eslint:rules Loading rule 'yoda' (remaining=91) +1ms
eslint:rules Loading rule 'lines-around-comment' (remaining=90) +3ms
eslint:rules Loading rule 'lines-between-class-members' (remaining=89) +1ms
eslint:rules Loading rule 'padding-line-between-statements' (remaining=88) +1ms
eslint:rules Loading rule 'no-spaced-func' (remaining=87) +2ms
eslint:rules Loading rule 'indent-legacy' (remaining=86) +1ms
eslint:rules Loading rule 'array-bracket-newline' (remaining=85) +1ms
eslint:rules Loading rule 'array-bracket-spacing' (remaining=84) +0ms
eslint:rules Loading rule 'array-element-newline' (remaining=83) +1ms
eslint:rules Loading rule 'arrow-parens' (remaining=82) +1ms
eslint:rules Loading rule 'arrow-spacing' (remaining=81) +1ms
eslint:rules Loading rule 'block-spacing' (remaining=80) +1ms
eslint:rules Loading rule 'brace-style' (remaining=79) +1ms
eslint:rules Loading rule 'comma-spacing' (remaining=78) +0ms
eslint:rules Loading rule 'comma-style' (remaining=77) +1ms
eslint:rules Loading rule 'computed-property-spacing' (remaining=76) +0ms
eslint:rules Loading rule 'dot-location' (remaining=75) +1ms
eslint:rules Loading rule 'eol-last' (remaining=74) +0ms
eslint:rules Loading rule 'func-call-spacing' (remaining=73) +1ms
eslint:rules Loading rule 'function-call-argument-newline' (remaining=72) +1ms
eslint:rules Loading rule 'function-paren-newline' (remaining=71) +0ms
eslint:rules Loading rule 'generator-star-spacing' (remaining=70) +1ms
eslint:rules Loading rule 'implicit-arrow-linebreak' (remaining=69) +0ms
eslint:rules Loading rule 'indent' (remaining=68) +1ms
eslint:rules Loading rule 'jsx-quotes' (remaining=67) +1ms
eslint:rules Loading rule 'key-spacing' (remaining=66) +0ms
eslint:rules Loading rule 'keyword-spacing' (remaining=65) +1ms
eslint:rules Loading rule 'linebreak-style' (remaining=64) +2ms
eslint:rules Loading rule 'max-len' (remaining=63) +1ms
eslint:rules Loading rule 'max-statements-per-line' (remaining=62) +1ms
eslint:rules Loading rule 'multiline-ternary' (remaining=61) +1ms
eslint:rules Loading rule 'new-parens' (remaining=60) +1ms
eslint:rules Loading rule 'newline-per-chained-call' (remaining=59) +0ms
eslint:rules Loading rule 'no-confusing-arrow' (remaining=58) +1ms
eslint:rules Loading rule 'no-extra-parens' (remaining=57) +1ms
eslint:rules Loading rule 'no-extra-semi' (remaining=56) +2ms
eslint:rules Loading rule 'no-mixed-operators' (remaining=55) +1ms
eslint:rules Loading rule 'no-mixed-spaces-and-tabs' (remaining=54) +1ms
eslint:rules Loading rule 'no-multi-spaces' (remaining=53) +1ms
eslint:rules Loading rule 'no-multiple-empty-lines' (remaining=52) +1ms
eslint:rules Loading rule 'no-tabs' (remaining=51) +1ms
eslint:rules Loading rule 'no-trailing-spaces' (remaining=50) +0ms
eslint:rules Loading rule 'no-whitespace-before-property' (remaining=49) +1ms
eslint:rules Loading rule 'nonblock-statement-body-position' (remaining=48) +1ms
eslint:rules Loading rule 'object-curly-newline' (remaining=47) +0ms
eslint:rules Loading rule 'object-curly-spacing' (remaining=46) +1ms
eslint:rules Loading rule 'object-property-newline' (remaining=45) +0ms
eslint:rules Loading rule 'one-var-declaration-per-line' (remaining=44) +1ms
eslint:rules Loading rule 'operator-linebreak' (remaining=43) +0ms
eslint:rules Loading rule 'padded-blocks' (remaining=42) +1ms
eslint:rules Loading rule 'quote-props' (remaining=41) +1ms
eslint:rules Loading rule 'quotes' (remaining=40) +0ms
eslint:rules Loading rule 'rest-spread-spacing' (remaining=39) +1ms
eslint:rules Loading rule 'semi' (remaining=38) +0ms
eslint:rules Loading rule 'semi-spacing' (remaining=37) +1ms
eslint:rules Loading rule 'semi-style' (remaining=36) +0ms
eslint:rules Loading rule 'space-before-blocks' (remaining=35) +1ms
eslint:rules Loading rule 'space-before-function-paren' (remaining=34) +0ms
eslint:rules Loading rule 'space-in-parens' (remaining=33) +1ms
eslint:rules Loading rule 'space-infix-ops' (remaining=32) +0ms
eslint:rules Loading rule 'space-unary-ops' (remaining=31) +1ms
eslint:rules Loading rule 'switch-colon-spacing' (remaining=30) +0ms
eslint:rules Loading rule 'template-curly-spacing' (remaining=29) +1ms
eslint:rules Loading rule 'template-tag-spacing' (remaining=28) +0ms
eslint:rules Loading rule 'wrap-iife' (remaining=27) +1ms
eslint:rules Loading rule 'wrap-regex' (remaining=26) +1ms
eslint:rules Loading rule 'yield-star-spacing' (remaining=25) +1ms
eslint:eslint-helpers File "C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx" read in 1 ms +0ms
eslint:linter Linting code for C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx (pass 1) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +0ms
eslint:languages:js Parsing: C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +0ms
eslint:languages:js Parsing successful: C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +2s
eslint:languages:js Scope analysis: C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +1ms
eslint:languages:js Scope analysis successful: C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx +0ms
| Processing: src\App.tsx
eslint:linter Verify +2s
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +443ms
eslint:languages:js Unexpected token Message
eslint:languages:js SyntaxError: Unexpected token Message
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +4ms
eslint:linter Verify +5ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token store
eslint:languages:js SyntaxError: Unexpected token store
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token store
eslint:languages:js SyntaxError: Unexpected token store
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token store
eslint:languages:js SyntaxError: Unexpected token store
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token store
eslint:languages:js SyntaxError: Unexpected token store
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token store
eslint:languages:js SyntaxError: Unexpected token store
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token loading
eslint:languages:js SyntaxError: Unexpected token loading
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token if
eslint:languages:js SyntaxError: Unexpected token if
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token to
eslint:languages:js SyntaxError: Unexpected token to
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token stable
eslint:languages:js SyntaxError: Unexpected token stable
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token proceed
eslint:languages:js SyntaxError: Unexpected token proceed
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token timeout
eslint:languages:js SyntaxError: Unexpected token timeout
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Unexpected token fresh
eslint:languages:js SyntaxError: Unexpected token fresh
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token stores
eslint:languages:js SyntaxError: Unexpected token stores
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token up
eslint:languages:js SyntaxError: Unexpected token up
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token to
eslint:languages:js SyntaxError: Unexpected token to
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token callback
eslint:languages:js SyntaxError: Unexpected token callback
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token initialization
eslint:languages:js SyntaxError: Unexpected token initialization
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token up
eslint:languages:js SyntaxError: Unexpected token up
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token state
eslint:languages:js SyntaxError: Unexpected token state
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at limitSingleLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/root.js:49:94)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-single-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +2ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token App
eslint:languages:js SyntaxError: Unexpected token App
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Parsing successful: <input> +1ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +1ms
eslint:linter Verify +3ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +2ms
eslint:languages:js Unexpected token application
eslint:languages:js SyntaxError: Unexpected token application
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +0ms
eslint:linter Verify +2ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token show
eslint:languages:js SyntaxError: Unexpected token show
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Unexpected token the
eslint:languages:js SyntaxError: Unexpected token the
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Parsing successful: <input> +1ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token up
eslint:languages:js SyntaxError: Unexpected token up
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token update
eslint:languages:js SyntaxError: Unexpected token update
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +0ms
eslint:linter Verify +2ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token closing
eslint:languages:js SyntaxError: Unexpected token closing
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +1ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +0ms
eslint:languages:js Parsing: <input> +0ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +1ms
eslint:languages:js Scope analysis successful: <input> +0ms
eslint:linter Verify +1ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Unexpected token closing
eslint:languages:js SyntaxError: Unexpected token closing
at Espree.raise (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:676:25)
at Espree.unexpected (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:721:18)
at pp$9.semicolon (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:753:68)
at pp$8.parseExpressionStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1323:10)
at pp$8.parseStatement (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:1029:26)
at pp$8.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:833:23)
at Espree.parseTopLevel (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:664:26)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\acorn\dist\acorn.js:602:17)
at Espree.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:586:35)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\espree\dist\espree.cjs:891:38)
at Object.parse (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\languages\js\index.js:271:22)
at ParserService.parseSync (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\services\parser-service.js:34:27)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1846:38)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at isCodeInComment (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/utils/is-code-in-comment.js:8:25)
at file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:48:13
at Array.filter (<anonymous>)
at limitMultiLineComments (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/root.js:45:63)
at create (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-comment-length/lib/mjs/rules/limit-multi-line-comments/rule.js:23:5)
at Object.create (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\@typescript-eslint\utils\dist\eslint-utils\RuleCreator.js:31:20)
at createRuleListeners (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1019:15)
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\timing.js:146:19
at C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1150:7
at Array.forEach (<anonymous>)
at runRules (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1085:31)
at #flatVerifyWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2101:4)
at Linter._verifyWithFlatConfigArrayAndWithoutProcessors (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2189:43)
at Linter._verifyWithFlatConfigArray (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2292:15)
at Linter.verify (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:1677:10)
at ESLinter.verify (file:///C:/Users/Nick/Dropbox/PC%20(2)/Documents/GitHub/Uptime-Watcher/node_modules/eslint-plugin-mdx/lib/processors/options.js:17:19)
at Linter.verifyAndFix (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\linter\linter.js:2557:20)
at verifyText (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1179:45)
at readAndVerifyFile (C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\node_modules\eslint\lib\eslint\eslint-helpers.js:1320:10) +0ms
eslint:linter Verify +0ms
eslint:linter With flat config: undefined +1ms
eslint:languages:js Parsing: <input> +1ms
eslint:languages:js Parsing successful: <input> +0ms
eslint:languages:js Scope analysis: <input> +0ms
eslint:languages:js Scope analysis successful: <input> +0ms
eslint:linter Generating fixed text for C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx (pass 1) +3s
eslint:source-code-fixer Applying fixes +0ms
eslint:source-code-fixer shouldFix parameter was false, not attempting fixes +0ms
eslint:eslint-helpers File "C:\Users\Nick\Dropbox\PC (2)\Documents\GitHub\Uptime-Watcher\src\App.tsx" linted in 5520 ms +6s
Rule | Time (ms) | Relative
:-------------------------------------------------|----------:|--------:
prettier/prettier | 1165.055 | 31.0%
import-x/namespace | 524.926 | 14.0%
etc/no-deprecated | 445.433 | 11.9%
react-compiler/react-compiler | 238.511 | 6.4%
sonarjs/deprecation | 165.532 | 4.4%
tailwind/classnames-order | 138.964 | 3.7%
tailwind/enforces-negative-arbitrary-values | 131.571 | 3.5%
unicorn/no-unnecessary-polyfills | 127.353 | 3.4%
no-explicit-type-exports/no-explicit-type-exports | 117.394 | 3.1%
Last active
September 3, 2025 23:42
-
-
Save Nick2bad4u/de479965b1fe5b1789773bece2cfc364 to your computer and use it in GitHub Desktop.
eslint-bug-report-9/3/25.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment