1.1.0 • Published 2 years ago

eslint-plugin-actano v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-actano

Supported Rules

  • actano/no-local-resolutions: Disallow yarn3 local resolutions. This rule only runs on package.json files; it will ignore all other files being linted.

Notice

The code for processing package.json files was taken from eslint-plugin-package-json. Thank you James Zetlen for your work!