Skip to content

Commit

Permalink
Update dependency eslint-plugin-unicorn to v49 (#293)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-unicorn to v49

* Update version

* Update ESLint config

* Remove @eslint-recommended/eslint-config

* Remove comments

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Munieru <20086673+munierujp@users.noreply.github.com>
  • Loading branch information
renovate[bot] and munierujp authored Apr 7, 2024
1 parent 39cdf08 commit b38428e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 66 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
* @see https://eslint.org/docs/latest/use/configure/configuration-files
*/
const config = {
extends: '@eslint-recommended/eslint-config'
extends: './index.js',
overrides: [
// https://typescript-eslint.io/troubleshooting/#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file
{
files: ['./**/*.js'],
extends: ['plugin:@typescript-eslint/disable-type-checked']
}
]
}

// eslint-disable-next-line unicorn/prefer-module
Expand Down
69 changes: 7 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,18 @@
"eslint-plugin-jsdoc": "^47.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^48.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"typescript": "*"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.1.0",
"@eslint-recommended/eslint-config": "17.0.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"eslint": "8.57.0",
"eslint-config-love": "44.0.0",
"eslint-plugin-jsdoc": "47.0.2",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "49.0.0",
"typescript": "5.4.4"
},
"repository": {
Expand Down

0 comments on commit b38428e

Please sign in to comment.