Skip to content

Commit

Permalink
another try to stop standard from complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 13, 2022
1 parent 68d6c4e commit 44b508b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
},
"ignorePatterns": [
"dist",
"vendor",
"**/interface.js"
]
}

0 comments on commit 44b508b

Please sign in to comment.