diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 04c01ba..0000000 --- a/.eslintignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules/ -dist/ \ No newline at end of file diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index bc2b024..0000000 --- a/.eslintrc +++ /dev/null @@ -1,65 +0,0 @@ -{ - "env": { - "es6": true, - "amd": true, - "node": true, - "mongo": true, - "jquery": true, - "browser": true, - "commonjs": true - }, - "parserOptions": { - "ecmaVersion": 9, - "sourceType": "module", - "ecmaFeatures": { - "jsx": true, - "forOf": true, - "spread": true, - "modules": true, - "classes": true, - "generators": true, - "restParams": true, - "regexUFlag": true, - "regexYFlag": true, - "globalReturn": true, - "destructuring": true, - "impliedStrict": true, - "blockBindings": true, - "defaultParams": true, - "octalLiterals": true, - "arrowFunctions": true, - "binaryLiterals": true, - "templateStrings": true, - "superInFunctions": true, - "unicodeCodePointEscapes": true, - "experimentalObjectRestSpread": true, - "objectLiteralShorthandMethods": true, - "objectLiteralComputedProperties": true, - "objectLiteralDuplicateProperties": true, - "objectLiteralShorthandProperties": true - } - }, - "plugins": [], - "rules": { - "semi": "warn", - "indent": [ "off", "error" ], - "strict": "off", - "eqeqeq": "error", - "no-var": "warn", - "no-undef": "warn", - "valid-jsdoc": "warn", - "comma-dangle": "warn", - "no-dupe-args": "warn", - "no-dupe-keys": "warn", - "require-await": "warn", - "spaced-comment": "error", - "space-in-parens": "error", - "no-global-assign": "warn", - "no-duplicate-imports": "error", - "no-dupe-class-members": "error" - }, - "globals": { - "_config": false, - "console": false - } -} diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 184de43..b390a2d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -If you wish to contribute to $(PROJECT_NAME), feel free to fork the repository and submit a pull request. +If you wish to contribute to EVE, feel free to fork the repository and submit a pull request. [ESLint](https://eslint.org/) is enforced to correct most typo's you make and keep the code style the same throughout the whole project, so it would be appreciated if you installed [ESLint](https://eslint.org/) to your editor of choice ## Setup @@ -9,4 +9,4 @@ To get ready to work on the codebase, please do the following: 1. Fork & clone the repository, and make sure you're on the **master** branch 2. Run `yarn --dev` or `npm install --dev` 4. Code your heart out and test using `yarn test` or `npm run test` -6. [Submit a pull request](https://github.com/Wessel/$(PROJECT_NAME)/compare) +6. [Submit a pull request](https://github.com/Wessel/EVE/compare) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index a51e87b..f2ea954 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -patreon: wessel +github: wessel ko_fi: wessel diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f842d2d..d32efb3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Report an issue with $(PROJECT_NAME) +about: Report an issue with EVE title: "[BUG] Bug summed up in 1 sentence" labels: bug assignees: Wessel @@ -16,8 +16,8 @@ assignees: Wessel ``` **Further details:** -- $(PROJECT_NAME) version: -- Node.js version: +- EVE version: +- Rust version: - Operating system: