feat: whyrating - initial project from turbostarter boilerplate
This commit is contained in:
11
apps/mobile/eslint.config.mjs
Normal file
11
apps/mobile/eslint.config.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
import baseConfig from "@turbostarter/eslint-config/base";
|
||||
import reactConfig from "@turbostarter/eslint-config/react";
|
||||
|
||||
/** @type {import('typescript-eslint').Config} */
|
||||
export default [
|
||||
{
|
||||
ignores: [".expo/**", "expo-plugins/**"],
|
||||
},
|
||||
...baseConfig,
|
||||
...reactConfig,
|
||||
];
|
||||
Reference in New Issue
Block a user