ESLint: Cannot read property 'loc' of undefined Occurred while code example
Example: ESLint: Cannot read property 'loc' of undefined Occurred while
// .estlinrc.js
{
rules: {
{
"indent": "off",
"@typescript-eslint/indent": ["error", 2] // 2 spaces === 1 tab
}
}
}