Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baseballyama/issue-eslint-plugin-svelte-1


https://github.com/baseballyama/issue-eslint-plugin-svelte-1

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## REPL Step

Run `npx eslint .`

Then below error comes.

```
/Users/baseballyama/Desktop/git/issue-eslint-plugin-svelte-1/src/Sample.svelte
9:6 error Unsafe assignment of an `any` value @typescript-eslint/no-unsafe-assignment
9:14 error Unsafe member access .title on an `any` value @typescript-eslint/no-unsafe-member-access

✖ 2 problems (2 errors, 0 warnings)
```