Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

v3.0.1

Latest
Compare
Choose a tag to compare
@michaeljaltamirano michaeljaltamirano released this 05 Apr 17:58
· 1 commit to master since this release
  • This package is no longer maintained. All existing configuration options can now be found in eslint-plugin-curology.

At the time of this writing the configuration can be switched over like so:

  extends: [
-    'curology',
+    'plugin:curology/recommended',
  ]