close
Rslint
Search
K
Guide
Configuration
Rules
Playground
Search
K
Guide
Configuration
Rules
Playground
Code Editor
Reset
Format
let a: any; a.b = 10; function example() { const obj: any = { prop: 'value' }; return obj.unknownProperty; } const result = example(); console.log(result);
Configuration
Run Lint
Language
TypeScript
JavaScript
Rules
@typescript-eslint/no-unsafe-member-access
@typescript-eslint/no-unsafe-assignment
@typescript-eslint/no-unsafe-call
Strict Mode
Enable strict type checking
Linting Results
No results yet
Ready to lint your code