diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 926756e..870bd85 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -4,23 +4,24 @@ module.exports = { es2021: true, }, extends: [ - "standard-with-typescript", - "plugin:react/recommended", - "prettier", - "plugin:prettier/recommended", - "plugin:storybook/recommended", + 'standard-with-typescript', + 'plugin:react/recommended', + 'prettier', + 'plugin:prettier/recommended', + 'plugin:storybook/recommended', + 'eslint-config-prettier', ], parserOptions: { - ecmaVersion: "latest", - sourceType: "module", - project: "./tsconfig.json", + ecmaVersion: 'latest', + sourceType: 'module', + //project: './tsconfig.json', }, - plugins: ["react", "@typescript-eslint"], + plugins: ['react', '@typescript-eslint'], rules: { - "react/react-in-jsx-scope": "off", - "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/triple-slash-reference": "off", - "@typescript-eslint/no-non-null-assertion": "off", + 'react/react-in-jsx-scope': 'off', + '@typescript-eslint/explicit-function-return-type': 'off', + '@typescript-eslint/triple-slash-reference': 'off', + '@typescript-eslint/no-non-null-assertion': 'off', }, - ignorePatterns: [".eslintrc.cjs", "vite.config.ts"], + ignorePatterns: ['.eslintrc.cjs', 'vite.config.ts'], }; diff --git a/index.html b/index.html index 96e1ec4..97194af 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,11 @@
+ +