Skip to content

Commit

Permalink
fix(eslint): disable dot-notation
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 25, 2021
1 parent 2986219 commit dc136f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
{
"assertionStyle": "never"
}
]
],
// TODO: https://github.com/typescript-eslint/typescript-eslint/issues/3104
"@typescript-eslint/dot-notation": "off"
}
}

0 comments on commit dc136f2

Please sign in to comment.