refactor: update eslint disable comments after config changes (#2602)

# Summary

* update eslint-disable comments after config changes
* run bundle exec pod install in tests-example
This commit is contained in:
Jakub Grzywacz
2025-01-07 15:58:28 +01:00
committed by GitHub
parent 18f2fcdcd1
commit d888de904e
4 changed files with 268 additions and 266 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* eslint-disable no-unused-vars */
/* eslint-disable @typescript-eslint/no-unused-vars */
import React from 'react';
import ColorTest from './ColorTest';