Skip to content

Commit 584373f

Browse files
committed
test(check): use vite.config.ts instead of .oxlintrc.json for lint rules
Replace .oxlintrc.json with vite.config.ts in the check-fix-lint-error-not-swallowed snap test to match the preferred configuration style used across other snap tests.
1 parent 0cc39d2 commit 584373f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

packages/cli/snap-tests/check-fix-lint-error-not-swallowed/.oxlintrc.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default {
2+
lint: {
3+
rules: {
4+
"no-eval": "error",
5+
},
6+
},
7+
};

0 commit comments

Comments
 (0)