Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden committed Jun 18, 2023
1 parent 38bb9f5 commit 5fa5642
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 3,303 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,9 @@ module.exports = {
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:prettier/recommended'],
overrides: [],
parserOptions: {
<<<<<<< HEAD
ecmaVersion: 'latest',
sourceType: 'module'
},
=======
ecmaFeatures: {
jsx: true
},
ecmaVersion: 12,
sourceType: 'module'
},

>>>>>>> dev
plugins: ['react'],
rules: {
'prettier/prettier': 'warn'
Expand Down
Loading

0 comments on commit 5fa5642

Please sign in to comment.