Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLinter for AssemblyScript #991
Open
Comments
|
Should we also consider publishing other things such as the loader with the same namespace? |
|
loader already published under |
|
Oh didn't know that. Cool! |
|
The commit CosmWasm/cosmwasm@d0e1a2c contains an AssemblyScript setup with eslint + prettier + eslint-plugin-simple-import-sort. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On recent bi-weekly meeting we talked about lint system. Currently we have very basic rules for ts-lint but first of all it only for internal usage and development process, secondary it pretty basic and don't cover all special cases and finally it based on ts-lint which not so powerful as eslint which already supported by typescript. So basic plan:
@assemblyscript/linter?