Skip to content

Commit

Permalink
big updage
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaaiden committed Jun 14, 2023
1 parent fcdb9b3 commit c18382a
Show file tree
Hide file tree
Showing 20 changed files with 2,763 additions and 589 deletions.
9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

9 changes: 4 additions & 5 deletions eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
es2021: true,
node: true
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:prettier/recommended'],
extends: ['eslint:recommended', 'plugin:react/recommended'],
overrides: [],
parserOptions: {
ecmaFeatures: {
Expand All @@ -14,8 +14,7 @@ module.exports = {
sourceType: 'module'
},

plugins: ['react'],
rules: {
'prettier/prettier': 'warn'
}
plugins: ['react']


};
Loading

0 comments on commit c18382a

Please sign in to comment.