diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 394c86f7..00000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.ts linguist-detectable=true -*.css linguist-detectable=false diff --git a/.stylelintignore b/.stylelintignore deleted file mode 100644 index b51898f1..00000000 --- a/.stylelintignore +++ /dev/null @@ -1,7 +0,0 @@ -**/*.min.css - -.vscode/ -.idea/ -node_modules/ -dist/ -build/ \ No newline at end of file diff --git a/.stylelintrc.js b/.stylelintrc.js deleted file mode 100644 index af97a96d..00000000 --- a/.stylelintrc.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - extends: [ - 'stylelint-config-standard', - 'stylelint-config-recess-order', - 'stylelint-config-prettier', - ], - rules: { - 'unit-whitelist': ['em', 'rem', '%', 's', 'px', 'deg'], - 'block-no-empty': true, - 'at-rule-no-unknown': null, - }, - overrides: [{ - files: ["**/*.scss"], - customSyntax: "postcss-scss" - }] -} diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 4427187b..00000000 --- a/jsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "moduleResolution": "Node", - "target": "ES2020", - "jsx": "react", - "allowImportingTsExtensions": true, - "strictNullChecks": true, - "strictFunctionTypes": true - }, - "exclude": [ - "node_modules", - "**/node_modules/*" - ] -} \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 00000000..c38d6dc3 Binary files /dev/null and b/public/favicon.ico differ diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 17b92ebd..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,19 +0,0 @@ -sonar.projectKey=Eunomiac_eunos-blades -sonar.organization=eunomiac - -# This is the name and version displayed in the SonarCloud UI. -sonar.projectName=eunos-blades -sonar.projectVersion=0.1 - - -# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. -sonar.sources=. - -# Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8 - -# Inclusions: SonarCloud & SonarLint will ONLY scan matching files -sonar.inclusions=**/*.ts,**/*.d.ts,**/*.scss,**/*.hbs - -# Exclusions: SonarCloud & SonarLint will not scan matching files: -sonar.exclusions=**/data-import/** \ No newline at end of file diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 00000000..c38d6dc3 Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/index.html b/src/index.html new file mode 100644 index 00000000..3b1fba4b --- /dev/null +++ b/src/index.html @@ -0,0 +1,14 @@ + + +
+ + +