Skip to content

Commit

Permalink
i fucked up...
Browse files Browse the repository at this point in the history
  • Loading branch information
Hà Trung Kiên committed Mar 25, 2024
1 parent 6f4a0de commit 2c1ecd0
Show file tree
Hide file tree
Showing 28 changed files with 3,207 additions and 702 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = {
'react-hooks/rules-of-hooks': 'warn',
'react-hooks/exhaustive-deps': 'warn',
'react/prop-types': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
},
env: {
browser: true,
Expand Down Expand Up @@ -164,7 +166,5 @@ function styleRules(level) {
prop: 'parens-new-line',
return: 'parens-new-line',
}],
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
})
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ dist
.vscode-test
.vscode

# VSCode folder
.vscode

# VSCode folder
.vscode

# yarn v2
.yarn/cache
.yarn/unplugged
Expand Down
Loading

0 comments on commit 2c1ecd0

Please sign in to comment.