Skip to content

Commit

Permalink
fix: replace removed no-object-literal-type-assertion with consistent…
Browse files Browse the repository at this point in the history
…-type-assertions
  • Loading branch information
teppeis committed Aug 10, 2019
1 parent 68bb1bb commit 9b31444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
// allow require for power-assert
// '@typescript-eslint/no-require-imports': 2,
"@typescript-eslint/no-var-requires": 2,
"@typescript-eslint/no-object-literal-type-assertion": 2,
"@typescript-eslint/consistent-type-assertions": 2,
},
settings: {
node: {
Expand Down

0 comments on commit 9b31444

Please sign in to comment.