Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nandomoreirame committed Dec 15, 2019
1 parent fc1a926 commit 3142108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
es6: true,
node: true,
},
extends: ['plugin:prettier/recommended', 'airbnb-base'],
extends: ['airbnb-base', 'prettier'],
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
Expand Down

0 comments on commit 3142108

Please sign in to comment.