Skip to content

Commit 7fa2566

Browse files
committed
Copy prettier rules and some eslint config from showcase
1 parent 788de8c commit 7fa2566

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

starters/remix-gql-tailwind/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"root": true,
3-
"extends": ["@remix-run/eslint-config"],
3+
"extends": ["plugin:storybook/recommended", "@remix-run/eslint-config"],
44
"plugins": ["unused-imports"],
5-
"rules": {
5+
"rules": {
66
"no-unused-vars": "off",
77
"unused-imports/no-unused-imports": "error",
88
"unused-imports/no-unused-vars": [
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"trailingComma": "es5",
3-
"singleQuote": true
4-
}
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"jsxSingleQuote": true,
6+
"bracketSpacing": true,
7+
"endOfLine": "auto"
8+
}

0 commit comments

Comments
 (0)