feat(companion): implement ble
This commit is contained in:
15
aris/apps/companion/eslint.config.js
Normal file
15
aris/apps/companion/eslint.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/* eslint-env node */
|
||||
const { defineConfig } = require('eslint/config');
|
||||
const expoConfig = require('eslint-config-expo/flat');
|
||||
|
||||
module.exports = defineConfig([
|
||||
expoConfig,
|
||||
{
|
||||
ignores: ['dist/*'],
|
||||
},
|
||||
{
|
||||
rules: {
|
||||
'react/display-name': 'off',
|
||||
},
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user