Skip to content

Commit

Permalink
chore: update eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jan 24, 2024
1 parent 93fe82a commit 68ac965
Show file tree
Hide file tree
Showing 185 changed files with 4,452 additions and 4,137 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ codecov:
coverage:
status:
project: off
patch: off
patch: off
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

309 changes: 0 additions & 309 deletions .eslintrc-auto-import.json

This file was deleted.

7 changes: 0 additions & 7 deletions .eslintrc.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ expected behaviour. -->
### Addition information

<!-- Provide any additional information related to your issue -->


2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Closes #(issue_number)
Closes #(issue_number)
22 changes: 11 additions & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
':dependencyDashboard',
':dependencyDashboardApproval',
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard",
":dependencyDashboardApproval"
],
packageRules: [
"packageRules": [
{
allowedVersions: '/^(18)\\./',
groupName: 'Node.js',
matchPackageNames: ['@types/node', 'node'],
},
],
"allowedVersions": "/^(18)\\./",
"groupName": "Node.js",
"matchPackageNames": ["@types/node", "node"]
}
]
}
4 changes: 0 additions & 4 deletions .prettierrc.json

This file was deleted.

Loading

0 comments on commit 68ac965

Please sign in to comment.