Skip to content

Commit

Permalink
Update dependency eslint-config-standard-with-typescript to v36 (#266)
Browse files Browse the repository at this point in the history
* Update dependency eslint-config-standard-with-typescript to v36

* Update version

* Fix config for standard-with-typescript

---------

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 Sep 18, 2023
1 parent 8942c82 commit 1286e80
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 37 deletions.
9 changes: 8 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@
*/
const config = {
extends: [
'standard-with-typescript',
'plugin:unicorn/recommended',
'plugin:sonarjs/recommended',
'plugin:eslint-comments/recommended'
],
overrides: [
// https://github.com/standard/eslint-config-standard-with-typescript/tree/v36.1.1#example-config
{
files: ['*.js', '*.jsx', '*.ts', '*.tsx'],
extends: 'standard-with-typescript',
parserOptions: {
project: './tsconfig.json'
}
},
{
files: [
'*.js',
Expand Down
41 changes: 7 additions & 34 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-eslint-comments": "^3.0.0",
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
Expand All @@ -27,7 +27,7 @@
"@eslint-recommended/eslint-config": "16.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"eslint": "8.49.0",
"eslint-config-standard-with-typescript": "35.0.0",
"eslint-config-standard-with-typescript": "36.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jsdoc": "46.8.1",
"eslint-plugin-sonarjs": "0.21.0",
Expand Down

0 comments on commit 1286e80

Please sign in to comment.