Skip to content

Commit

Permalink
Merge pull request #265 from park521/React-박준환-sprint7
Browse files Browse the repository at this point in the history
[박준환] sprint7
  • Loading branch information
devToram authored Dec 9, 2024
2 parents 517c8f4 + 03a8e1f commit e7b84b7
Show file tree
Hide file tree
Showing 56 changed files with 1,080 additions and 210 deletions.
19 changes: 0 additions & 19 deletions sprint-mission5/src/Main.js

This file was deleted.

34 changes: 0 additions & 34 deletions sprint-mission5/src/api/api.js

This file was deleted.

20 changes: 0 additions & 20 deletions sprint-mission5/src/components/ItemCard.jsx

This file was deleted.

File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions sprint-mission7/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import pluginReact from "eslint-plugin-react";
import airbnbHooks from "eslint-config-airbnb/hooks";

/** @type {import('eslint').Linter.Config[]} */
export default [
{ files: ["**/*.{js,mjs,cjs,jsx}"] },
{
languageOptions: {
ecmaVersion: "latest",
sourceType: "module",
globals: globals.browser,
},
},
{ rules: {} },
pluginJs.configs.recommended,
pluginReact.configs.flat.recommended,
airbnbHooks,
];
Loading

0 comments on commit e7b84b7

Please sign in to comment.