Skip to content

README should mention that eslint config needs a tweak? #132

@NullVoxPopuli

Description

@NullVoxPopuli

needed to add this to my eslint config

  overrides: [
    {
      files: ['workers/**/*.js'],
      env: {
        worker: true,
      },
    },

because I'm using worker-specific APIs, such as importScripts for lazy loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions