Skip to content

Commit

Permalink
refactor: update eslint disable comments after config changes (#2602)
Browse files Browse the repository at this point in the history
# Summary

* update eslint-disable comments after config changes
* run bundle exec pod install in tests-example
  • Loading branch information
jakex7 authored Jan 7, 2025
1 parent 18f2fcd commit d888de9
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 266 deletions.
2 changes: 1 addition & 1 deletion apps/common/test/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-unused-vars */
/* eslint-disable @typescript-eslint/no-unused-vars */
import React from 'react';

import ColorTest from './ColorTest';
Expand Down
Loading

0 comments on commit d888de9

Please sign in to comment.