Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell authored and Nicholas Rodrigues Lordello committed May 4, 2020
1 parent c745fa9 commit 87d53ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module.exports = {
env: {
browser: true,
commonjs: true,
es6: true,
es2020: true,
},
extends: "eslint:recommended",
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersion: 2018,
ecmaVersion: 2015,
sourceType: "module",
},
plugins: ["react", "@typescript-eslint"],
Expand Down

0 comments on commit 87d53ed

Please sign in to comment.