Skip to content

Commit

Permalink
Merge pull request #591 from Groww-OSS/feat/eslint-config-mint
Browse files Browse the repository at this point in the history
Feat : eslint config mint
  • Loading branch information
AkshayNaikGroww authored Jan 6, 2025
2 parents 695e935 + 2f6e17a commit cf92b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/eslint-config/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"@groww-tech/internal/two-line-above-function": "warn",
"@groww-tech/internal/two-line-between-class-members": "warn",
"@groww-tech/internal/no-gcs-bucket-url": "error",
"@groww-tech/internal/no-primitive-color-variables": "error",
"@groww-tech/internal/no-redeclare-mint-tokens": "error",
"@groww-tech/internal/no-redeclare-mint-utils": "error",
"quotes": [
"warn",
"single"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/eslint-config",
"version": "1.0.7",
"version": "1.0.8",
"description": "Standard Eslint config adopted in Groww. Customized as per requirement and preferences of devs in Groww.",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit cf92b93

Please sign in to comment.