Skip to content

Commit

Permalink
Reset after unarchiving (#184)
Browse files Browse the repository at this point in the history
Update this repository to our latest coding standards after un-archiving it.
  • Loading branch information
NSeydoux authored Jul 1, 2024
1 parent a908dd1 commit 3954f9f
Show file tree
Hide file tree
Showing 61 changed files with 6,515 additions and 16,369 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

17 changes: 7 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2021 Inrupt Inc.
//
// Copyright Inrupt Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal in
Expand All @@ -16,15 +17,11 @@
// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
module.exports = {
extends: ["@inrupt/eslint-config-lib", "plugin:import/typescript"],
rules: {
"import/prefer-default-export": 0,
"max-classes-per-file": 0,
},
settings: {
"import/resolver": {
typescript: {},
},
extends: ["@inrupt/eslint-config-lib"],
parserOptions: {
project: "./tsconfig.eslint.json",
},
ignorePatterns: ["dist/"],
};
26 changes: 12 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,23 @@ assignees: ""
<!--
Thank you for reporting an issue.
Please fill in as much of the template below as you're able. Feel free to delete any section you don't think applies, but be aware that the more comprehensive your description, the easier it is to take it into account.
Please fill in as much of the template below as you're able. Feel free to delete any section you want to skip.
-->

### Search terms you've used

<!-- What search terms have you used to check whether this bug was already reported? -->

### Impacted package

Which packages do you think might be impacted by the bug ?

- [ ] solid-client-authn-browser
- [ ] solid-client-authn-node
- [ ] solid-client-authn-core
- [ ] oidc-client-ext
- [ ] Other (please specify): ...

### Bug description

<!-- A short description of what the problem is. -->
Expand All @@ -27,16 +37,6 @@ Please fill in as much of the template below as you're able. Feel free to delete
3.
4.

**Minimal reproduction**

<!--
Adding a minimal reproduction of the bug makes it as easy as possible to get it fixed.
To do so, fork the following CodeSandbox, insert the minimal code that demonstrates the problem,
and share the resulting link here:
https://codesandbox.io/s/github/inrupt/solid-client-errors-js/tree/main/.codesandbox/sandbox
-->

### Expected result

<!-- A clear and concise description of what you expected to happen -->
Expand All @@ -47,13 +47,11 @@ https://codesandbox.io/s/github/inrupt/solid-client-errors-js/tree/main/.codesan

### Environment

<!--
Please run

npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers
npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers

in your project folder and paste the output here:
-->

```
$ npx envinfo --system --npmPackages --binaries --npmGlobalPackages --browsers
Expand Down
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Please fill in as much of the template below as you're able. Feel free to delete

<!-- What search terms have you used to check whether this feature has been requested before? -->

### Impacted environment

In which environment would the proposed feature apply ?

- [ ] The browser
- [ ] Node.js
- [ ] Other (please specify): ...
- [ ] I'm not sure.

### Feature suggestion

<!-- A summary of what you'd like to see added or changed -->
Expand Down
31 changes: 14 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
version: 2
updates:
# Enable version updates for library itself
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
# Enable version updates for the website tooling
- package-ecosystem: "pip"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/docs"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
# Enable version updates for our CI tooling
# Enable version updates for our CI github-actions.
- package-ecosystem: "github-actions"
# For GitHub Actions, setting the directory to / will check for workflow
# files in .github/workflows.
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
# The following is required for workspaces to be updated: see https://github.com/dependabot/dependabot-core/issues/5226.
versioning-strategy: increase
- package-ecosystem: npm
directory: "/e2e/browser/test-app"
schedule:
interval: weekly
open-pull-requests-limit: 10

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions .github/disabled-workflows/cd-teardown.yml

This file was deleted.

Loading

0 comments on commit 3954f9f

Please sign in to comment.