Skip to content

Commit 23172b1

Browse files
Merge branch 'rvinnakota/lint-rules' of https://github.com/codecov/gazebo into rvinnakota/lint-rules
2 parents b41a88f + 46a7ccb commit 23172b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.cjs

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
'plugin:tailwindcss/recommended',
2222
],
2323
plugins: ['@vitest', 'jsx-a11y', 'import'],
24-
2524
globals: {
2625
vi: true,
2726
},
@@ -509,6 +508,5 @@ module.exports = {
509508
message: "Use correct casing (GitHub, GitLab)"
510509
}
511510
]
512-
513511
},
514512
}

0 commit comments

Comments
 (0)