mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-25 16:20:11 -05:00
chore: update eslint comments
This commit is contained in:
parent
daea98202c
commit
608c98a765
|
|
@ -100,6 +100,7 @@ export default tseslint.config(
|
|||
}
|
||||
},
|
||||
{
|
||||
// https://www.npmjs.com/package/eslint-plugin-import - but specifically for TypeScript
|
||||
extends: [importPlugin.flatConfigs.typescript],
|
||||
files: ['**/*.ts', '**/*.d.ts'],
|
||||
settings: {
|
||||
|
|
@ -113,6 +114,7 @@ export default tseslint.config(
|
|||
}
|
||||
},
|
||||
{
|
||||
// Allow browser globals in webfiles
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.browser,
|
||||
|
|
@ -143,6 +145,7 @@ export default tseslint.config(
|
|||
}
|
||||
},
|
||||
{
|
||||
// Add node.js globals to files outside of the webfiles directory
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.node,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user