You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
-
# react-native-project-config
1
+
# react-native-project-config by BAM
2
2
3
-
Monorepo with packages for setting up ESLint, Typescript, Prettier and Jest.
3
+
Monorepo with packages for setting up ESLint and Typescript for any new React Native project.
4
4
5
5
## Presentation
6
6
7
7
The goal of the project is too have a set of configuration files that can be easily imported into a new project, which would reduce the burden of starting new projects.
8
8
9
-
This repo uses [lerna](https://lerna.js.org/) to maintain, version and publish various packages for configuring ESLint, Typescript, Prettier and Jest.
9
+
This repo uses [lerna](https://lerna.js.org/) to maintain, version and publish various packages for configuring ESLintand Typescript.
10
10
11
11
There is also an example app under `packages/example-app` whose goal is to demonstrate how to import and use the configuration packages.
|`@bam.tech/recommended`| The recommended config for all projects |
36
-
|`@bam.tech/tests`| The recommended config for test files. By default this applies to every file: put it in an `overrides` to filter on your test files. |
37
-
|`@bam.tech/a11y`|[beta] Eslint config to check for accessibility. Still in beta to not break existing projects, but will be merged into the recommended config in the future. |
|[`@bam.tech/recommended`](./lib/configs/recommended.js)| The recommended config for all projects |
36
+
|[`@bam.tech/tests`](./lib/configs/tests.js)| The recommended config for test files. By default this applies to every file: put it in an `overrides` to filter on your test files. |
37
+
|[`@bam.tech/a11y`](./lib/configs/a11y.js)|[beta] Eslint config to check for accessibility. Still in beta to not break existing projects, but will be merged into the recommended config in the future. |
38
38
39
39
These configs need some peer dependencies. You can list them with:
0 commit comments