Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baseballyama/issue-eslint-plugin-svelte-1
- Owner: baseballyama
- Created: 2022-08-30T06:10:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T06:21:23.000Z (over 2 years ago)
- Last Synced: 2024-11-11T04:49:21.038Z (about 1 month ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```