Skip to content

Commit

Permalink
yarn lint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Sep 23, 2020
1 parent f65e627 commit f57e613
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ module.exports = {
sourceType: 'module',
},
plugins: ['prettier', '@typescript-eslint'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/eslint-recommended', 'plugin:prettier/recommended'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:prettier/recommended',
],
env: {
browser: true,
},
Expand Down

0 comments on commit f57e613

Please sign in to comment.