Skip to content

Commit

Permalink
Revert "Feat/fe s3 cd (#150)" (#151)
Browse files Browse the repository at this point in the history
This reverts commit 71b0d0c.
  • Loading branch information
kyum-q authored Jul 25, 2024
1 parent 71b0d0c commit 4f39253
Show file tree
Hide file tree
Showing 90 changed files with 8,937 additions and 15,530 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/front_cd.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/frontend_ci.yml

This file was deleted.

20 changes: 20 additions & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:prettier/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
'plugin:react-hooks/recommended',
'plugin:react/jsx-runtime',
'plugin:storybook/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh', 'react'],
rules: {
'prettier/prettier': 'error',
'react/no-unknown-property': ['error', { ignore: ['css'] }],
},
};
103 changes: 0 additions & 103 deletions frontend/.eslintrc.json

This file was deleted.

4 changes: 0 additions & 4 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ node_modules
*storybook.log

dist

.env
.env.development
.env.production
11 changes: 3 additions & 8 deletions frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { StorybookConfig } from '@storybook/react-webpack5';
import { Configuration } from 'webpack';
import path from 'path';

const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: [
Expand All @@ -27,15 +27,10 @@ const config: StorybookConfig = {
},
],
});
config.resolve = {
...config.resolve,
alias: {
...config.resolve?.alias,
'@': path.resolve(__dirname, '../src'),
},
};

return config;
},

framework: {
name: '@storybook/react-webpack5',
options: {},
Expand Down
4 changes: 0 additions & 4 deletions frontend/.stylelintrc.json

This file was deleted.

21 changes: 0 additions & 21 deletions frontend/jest.config.ts

This file was deleted.

34 changes: 0 additions & 34 deletions frontend/jest.polyfills.js

This file was deleted.

Loading

0 comments on commit 4f39253

Please sign in to comment.