Skip to content

Commit

Permalink
chore: fix invalid ci-runner typescript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Dec 6, 2020
1 parent 5389da6 commit a06bf85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ module.exports = {
...baseConfig,
eslintrc: {
...baseConfig.eslintrc,
plugin: ['@typescript-eslint'],
plugins: ['@typescript-eslint'],
extends: ['plugin:@typescript-eslint/all'],
rules: {
// Disable all rules which require type information since adding
Expand Down

0 comments on commit a06bf85

Please sign in to comment.