feat: add expo config plugin #28
Annotations
12 errors and 8 warnings
test
Process completed with exit code 1.
|
build-library
Process completed with exit code 1.
|
lint:
plugin/build/withBLE.d.ts#L2
Expected 1 empty line after import statement not followed by another import
|
lint:
plugin/build/withBLE.js#L1
Replace `"use·strict";` with `'use·strict'`
|
lint:
plugin/build/withBLE.js#L2
Replace `"__esModule",·{·value:·true·});` with `'__esModule',·{·value:·true·})`
|
lint:
plugin/build/withBLE.js#L3
Delete `;`
|
lint:
plugin/build/withBLE.js#L4
Replace `"@expo/config-plugins");` with `'@expo/config-plugins')`
|
lint:
plugin/build/withBLE.js#L5
Replace `"./withBLEAndroidManifest");` with `'./withBLEAndroidManifest')`
|
lint:
plugin/build/withBLE.js#L6
Replace `"./withBLEBackgroundModes");` with `'./withBLEBackgroundModes')`
|
lint:
plugin/build/withBLE.js#L7
Replace `"BackgroundMode",·{·enumerable:·true,·get:·function·()·{·return·withBLEBackgroundModes_1.BackgroundMode;·}·});` with `'BackgroundMode',·{⏎··enumerable:·true,⏎··get:·function·()·{⏎····return·withBLEBackgroundModes_1.BackgroundMode⏎··}⏎})`
|
lint:
plugin/build/withBLE.js#L8
Replace `"./withBluetoothPermissions");` with `'./withBluetoothPermissions')`
|
lint:
plugin/build/withBLE.js#L9
Delete `;`
|
lint:
plugin/build/withBLE.js#L3
Expected 'undefined' and instead saw 'void'
|
lint:
plugin/build/withBLEAndroidManifest.js#L3
Expected 'undefined' and instead saw 'void'
|
lint:
plugin/build/withBLEAndroidManifest.js#L5
'config' is already declared in the upper scope on line 5 column 33
|
lint:
plugin/build/withBLEBackgroundModes.js#L3
Expected 'undefined' and instead saw 'void'
|
lint:
plugin/build/withBLEBackgroundModes.js#L6
'BackgroundMode' is already declared in the upper scope on line 5 column 5
|
lint:
plugin/build/withBLEBackgroundModes.js#L7
["Central"] is better written in dot notation
|
lint:
plugin/build/withBLEBackgroundModes.js#L8
["Peripheral"] is better written in dot notation
|
lint:
plugin/build/withBluetoothPermissions.js#L3
Expected 'undefined' and instead saw 'void'
|