mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 08:26:41 +02:00
improve code quality
This commit is contained in:
parent
ec23630755
commit
16cb8e753b
213 changed files with 2409 additions and 2644 deletions
12
apps/reader/apps/mobile/eslint.config.mjs
Normal file
12
apps/reader/apps/mobile/eslint.config.mjs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// @ts-check
|
||||
import { baseConfig, typescriptConfig, reactConfig, prettierConfig } from '@manacore/eslint-config';
|
||||
|
||||
export default [
|
||||
{
|
||||
ignores: ['dist/**', '.expo/**', 'node_modules/**', 'android/**', 'ios/**'],
|
||||
},
|
||||
...baseConfig,
|
||||
...typescriptConfig,
|
||||
...reactConfig,
|
||||
...prettierConfig,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue