mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 19:09:32 +00:00
Add eslint and prettier.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { isNumber } from "util";
|
||||
|
||||
export const MIN_API_LEVEL = 21;
|
||||
export const VALID_TARGETS: Array<string> = ['default', 'google_apis'];
|
||||
export const VALID_ABIS: Array<string> = ['x86', 'x86_64'];
|
||||
|
||||
Reference in New Issue
Block a user