Skip to content

Commit 6125c59

Browse files
committed
Fix linter.
1 parent eab22b9 commit 6125c59

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/** @type {import('eslint').Linter.Config} */
22
module.exports = {
3-
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
3+
extends: ['@remix-run/eslint-config', '@remix-run/eslint-config/node'],
44
};

packages/e2e-tests/test-applications/create-remix-app-v2/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ Make sure to deploy the output of `remix build`
3939

4040
### Using a Template
4141

42-
When you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new project, then copy over relevant code/assets from your current app to the new project that's pre-configured for your target server.
42+
When you ran `npx create-remix@latest` there were a few choices for hosting. You can run that again to create a new
43+
project, then copy over relevant code/assets from your current app to the new project that's pre-configured for your
44+
target server.
4345

44-
Most importantly, this means everything in the `app/` directory, but if you've further customized your current application outside of there it may also include:
46+
Most importantly, this means everything in the `app/` directory, but if you've further customized your current
47+
application outside of there it may also include:
4548

4649
- Any assets you've added/updated in `public/`
4750
- Any updated versions of root files such as `.eslintrc.js`, etc.

0 commit comments

Comments
 (0)