diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index b864970..0000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: bug -about: Submit a bug to report erroneous behavior that needs to be fixed. -labels: bug ---- - -### What is this bug about? - -… - -### What is the expected result? - -… - -### What is the actual result? - -… - -### What steps are needed to reproduce the bug? - -- … -- … -- … - -### What else should we know? - -… diff --git a/.github/ISSUE_TEMPLATE/concept.md b/.github/ISSUE_TEMPLATE/concept.md deleted file mode 100644 index 58a7e6c..0000000 --- a/.github/ISSUE_TEMPLATE/concept.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: concept -about: Submit a concept to discuss ideas and to define how things should be designed. -labels: concept ---- - -### What is this concept about? - -… - -### What issues need to be clarified to complete this concept? - -- [ ] … -- [ ] … -- [ ] … - -### What else should we know? - -… diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ec4bb38..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index 446213c..0000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: feature -about: Submit a feature to request or describe new functionality to be added. -labels: feature ---- - -### What is this feature about? - -… - -### What needs to be done to implement this feature? - -- [ ] … -- [ ] … -- [ ] … - -### What else should we know? - -… diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index f0adffe..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: question -about: Submit a question to find out how things work. -labels: question ---- - -### What is this question about? - -… - -### What else should we know? - -… diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md deleted file mode 100644 index c9e432e..0000000 --- a/.github/ISSUE_TEMPLATE/task.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: task -about: Submit a task to describe something that needs to get done. -labels: task ---- - -### What is this task about? - -… - -### What needs to be done to complete this task? - -- [ ] … -- [ ] … -- [ ] … - -### What else should we know? - -… diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 519aca5..ff3e75e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index 0af4c6d..7b1fbb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "eslint-config-idaho1980", + "name": "@fltri/eslint-config", "version": "1.1.6", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index d06b66a..647e210 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "eslint-config-idaho1980", + "name": "@fltri/eslint-config", "version": "1.1.6", "description": "My custom ESLint config set.", "main": "node.js", @@ -7,12 +7,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/idaho/eslint-config-idaho1980.git" + "url": "git+https://github.com/idaho/fltri-eslint-config.git" }, "bugs": { - "url": "https://github.com/idaho/eslint-config-idaho1980/issues" + "url": "https://github.com/idaho/fltri-eslint-config/issues" }, - "homepage": "https://github.com/idaho/eslint-config-idaho1980#readme", + "homepage": "https://github.com/idaho/fltri-eslint-config#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "rimraf lib/ node.js web.js && npx tsc",