diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f88a70f..82642e92 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -60,6 +60,7 @@ "filterset", "forceatlas", "futr", + "Geologica", "Grammeme", "Grammemes", "GRND", diff --git a/rsconcept/frontend/.eslintrc.json b/rsconcept/frontend/.eslintrc.json index 7fbc22f0..8339fce5 100644 --- a/rsconcept/frontend/.eslintrc.json +++ b/rsconcept/frontend/.eslintrc.json @@ -1,30 +1,25 @@ { - "env": { - "browser": true, - "es2021": true - }, - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended-type-checked", - "plugin:react-hooks/recommended" - ], - "parser": "@typescript-eslint/parser", - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module", - "project": ["tsconfig.json", "tsconfig.node.json"] - }, - "plugins": [ - "react-refresh", - "simple-import-sort", - "eslint-plugin-tsdoc" - ], - "rules": { - "react-refresh/only-export-components": [ - "off", - { "allowConstantExport": true } - ], - "simple-import-sort/imports": "warn", - "tsdoc/syntax": "warn" - } + "env": { + "browser": true, + "es2021": true + }, + "extends": [ + "eslint:recommended", + "plugin:@typescript-eslint/recommended-type-checked", + "plugin:react-hooks/recommended" + ], + "parser": "@typescript-eslint/parser", + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module", + "project": ["tsconfig.json", "tsconfig.node.json"] + }, + "plugins": ["react-refresh", "simple-import-sort", "eslint-plugin-tsdoc"], + "rules": { + "no-console": "off", + "require-jsdoc": "off", + "react-refresh/only-export-components": ["off", { "allowConstantExport": true }], + "simple-import-sort/imports": "warn", + "tsdoc/syntax": "warn" + } } diff --git a/rsconcept/frontend/index.html b/rsconcept/frontend/index.html index e277f4c7..bc0ff654 100644 --- a/rsconcept/frontend/index.html +++ b/rsconcept/frontend/index.html @@ -7,6 +7,13 @@ + + + + Концепт Портал