mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Build: landing/learn shed eager Monaco+Vega; post-build gate + immutable asset caching
This commit is contained in:
+3
-3
@@ -44,10 +44,10 @@ export default tseslint.config(
|
||||
languageOptions: { globals: { ...globals.node } },
|
||||
},
|
||||
|
||||
// Plain JS config files (this file, etc.) are not part of the TS project —
|
||||
// run them through the untyped ruleset only.
|
||||
// Plain JS config files and Node scripts (this file, scripts/*.mjs, etc.) are
|
||||
// not part of the TS project — run them through the untyped ruleset only.
|
||||
{
|
||||
files: ['**/*.js'],
|
||||
files: ['**/*.{js,mjs}'],
|
||||
extends: [tseslint.configs.disableTypeChecked],
|
||||
languageOptions: { globals: { ...globals.node } },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user