wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
42 stars 23 forks source link

ESLint: Restrict Imports 'chai-*' not allowed #43

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

Updated ESLint with a rule to error on any imports.

NOTE: This pull request was generated off a testing library issue. May want to extending make check to cover test/**/*.ts

Standard TS ESLint comes with rule to restrict imports. Used that rule to restrict any imports matching 'chia-*'. Rules may be extended with additional patterns in the future.

Screen Shot 2022-10-31 at 8 37 37 AM
ericpassmore commented 1 year ago

fixes #41 adding to close issue on merge.

ericpassmore commented 1 year ago

This has been hanging around too long, closing