Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(typescript): plugins should be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 5, 2019
1 parent 03f6e81 commit 55fc76a
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
@@ -1,5 +1,5 @@
module.exports = {
plugins: '@typescript-eslint',
plugins: ['@typescript-eslint'],
extends: [
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint'
Expand Down

0 comments on commit 55fc76a

Please sign in to comment.