Skip to content

Commit

Permalink
Merge pull request #340 from nekochans/feature/issue337/reset-project
Browse files Browse the repository at this point in the history
Next.js + Tailwind CSSで開発出来るようにProject構成を変更
  • Loading branch information
keitakn authored Aug 18, 2024
2 parents 8fc0b2c + c8978bc commit 65302bc
Show file tree
Hide file tree
Showing 336 changed files with 3,837 additions and 14,323 deletions.
6 changes: 3 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const config: StorybookConfig = {
name: '@storybook/nextjs',
options: {},
},
docs: {
autodocs: 'tag',
},
staticDirs: ['../public'],
features: {
experimentalRSC: true,
},
};
export default config;
6 changes: 0 additions & 6 deletions .storybook/preview-head.html

This file was deleted.

4 changes: 1 addition & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import 'ress/ress.css';
import '../src/styles/markdown.css';
import '../src/styles/globals.css';
import '../src/app/globals.css';
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';
import type { Preview } from '@storybook/react';
import { initialize, mswLoader } from 'msw-storybook-addon';
Expand Down
11 changes: 0 additions & 11 deletions .stylelintrc.json

This file was deleted.

2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default [
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
'plugin:tailwindcss/recommended',
'prettier',
),
),
Expand Down Expand Up @@ -142,6 +143,7 @@ export default [
],

'react/display-name': 'off',
'tailwindcss/classnames-order': 'error',
},
},
{
Expand Down
16 changes: 0 additions & 16 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 65302bc

Please sign in to comment.