We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788de8c commit 7fa2566Copy full SHA for 7fa2566
starters/remix-gql-tailwind/.eslintrc.json
@@ -1,8 +1,8 @@
1
{
2
"root": true,
3
- "extends": ["@remix-run/eslint-config"],
+ "extends": ["plugin:storybook/recommended", "@remix-run/eslint-config"],
4
"plugins": ["unused-imports"],
5
- "rules": {
+ "rules": {
6
"no-unused-vars": "off",
7
"unused-imports/no-unused-imports": "error",
8
"unused-imports/no-unused-vars": [
starters/remix-gql-tailwind/.prettierrc
@@ -1,4 +1,8 @@
"trailingComma": "es5",
- "singleQuote": true
-}
+ "tabWidth": 2,
+ "singleQuote": true,
+ "jsxSingleQuote": true,
+ "bracketSpacing": true,
+ "endOfLine": "auto"
+}
0 commit comments