Skip to content

Commit

Permalink
feat: Trigger previous changes as feat
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatchapon Unprasert committed Nov 11, 2024
1 parent 1afc055 commit 2e05f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/@typescript-eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ module.exports = {
}
],
"@typescript-eslint/naming-convention": [
"error",
{
"selector": "variable",
"format": ["camelCase", "PascalCase", "UPPER_CASE"],
"leadingUnderscore": "allow"
"error",
{
"selector": "variable",
"format": ["camelCase", "PascalCase", "UPPER_CASE"],
"leadingUnderscore": "allow"
}
],
"@typescript-eslint/consistent-type-assertions": ["error"],
Expand Down

0 comments on commit 2e05f9b

Please sign in to comment.