Skip to content

An environment which experiences slow performance with linting when Metawork is running.

Notifications You must be signed in to change notification settings

steveadams/metawork-tooling-repro

Repository files navigation

Metawork tooling slow-down repro

Issue: Linting appears to be slow when mw is running.

Linting is only performed on source code:

# .eslintignore 

**/node_modules/*
**/out/*
**/.next/*

Repro steps:

  1. Make sure mw is running with node installed
  2. run yarn lint. It should be very slow.
  3. Disable mw and run yarn lint again. It should be much faster.

About

An environment which experiences slow performance with linting when Metawork is running.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published