diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 3dce7d9..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,86 +0,0 @@ -// eslint-disable-next-line no-undef -module.exports = { - env: { - browser: true, - es2021: true, - es6: true, - }, - extends: [ - "plugin:react/recommended", - "prettier", - "plugin:prettier/recommended", - "plugin:react-hooks/recommended", - "plugin:import/recommended", - ], - parserOptions: { - ecmaFeatures: { - jsx: true, - }, - ecmaVersion: "latest", - sourceType: "module", - }, - plugins: ["react", "prettier", "react-hooks", "import"], - rules: { - "no-undef": "error", - "react/prop-types": "off", - "react/no-unescaped-entities": "warn", - "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn", - "no-unused-vars": "warn", - "func-names": "warn", - "object-shorthand": "off", - "class-methods-use-this": "off", - "consistent-return": "off", - "import/no-dynamic-require": "off", - "global-require": "off", - "jsx-a11y/click-events-have-key-events": "off", - "jsx-a11y/mouse-events-have-key-events": "off", - "max-classes-per-file": "off", - "no-nested-ternary": "off", - "no-new": "off", - "no-plusplus": "off", - "no-process-exit": "off", - "no-restricted-globals": "off", - "node/exports-style": "off", - "node/no-unpublished-import": "off", - "node/no-unsupported-features/es-syntax": "off", - "no-console": ["warn", {allow: ["warn", "debug", "error", "info"]}], - "no-unused-expressions": [ - "error", - { - allowShortCircuit: true, - allowTernary: true, - }, - ], - "react/no-array-index-key": "warn", - "no-shadow": "off", - "linebreak-style": ["error", "unix"], - "prettier/prettier": [ - "error", - { - singleQuote: false, - parser: "flow", - bracketSpacing: false, - jsxBracketSameLine: false, - printWidth: 80, - semi: true, - tabWidth: 2, - trailingComma: "es5", - useTabs: false, - proseWrap: "always", - jsxSingleQuote: true, - importOrder: ["^[./]"], - importOrderSeparation: true, - importOrderSortSpecifiers: true, - }, - ], - }, - settings: { - "import/resolver": { - node: { - extensions: [".js", ".json"], - }, - }, - "import/ignore": ["node_modules", ".json$", ".(scss|css)$"], - }, -}; diff --git a/.gitignore b/.gitignore index 52bb993..d9d2984 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -*/.idea \ No newline at end of file +*/.idea +.idea \ No newline at end of file diff --git a/bun.lockb b/bun.lockb new file mode 100644 index 0000000..abf2dfb Binary files /dev/null and b/bun.lockb differ diff --git a/public/index.html b/index.html similarity index 76% rename from public/index.html rename to index.html index 6cbb96b..7f99963 100644 --- a/public/index.html +++ b/index.html @@ -29,16 +29,7 @@
- - + +