Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.13.0 (#106)
Browse files Browse the repository at this point in the history
* Bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.13.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 8.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Update typescript dependencies

Signed-off-by: Alex Sørlie Glomsaas <alex@sorlie.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alex Sørlie Glomsaas <alex@sorlie.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Sørlie Glomsaas <alex@sorlie.io>
  • Loading branch information
dependabot[bot] and SuperManifolds authored Nov 5, 2024
1 parent 3e28ce9 commit 5455b8d
Show file tree
Hide file tree
Showing 4 changed files with 7,522 additions and 7,655 deletions.
55 changes: 31 additions & 24 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["airbnb-base", "airbnb-typescript/base", "prettier"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "eslint-plugin-prettier"],
"ignorePatterns": ["node_modules"],
"rules": {
"prettier/prettier": "error",
"import/export": "off",
"import/prefer-default-export": "off",
"max-classes-per-file": "off",
"no-underscore-dangle": "off",
"no-nested-ternary": "off",
"@typescript-eslint/no-use-before-define": "off",
"no-plusplus": "off",
"prefer-destructuring": "off"
}
"env": {
"browser": true,
"es2021": true
},
"extends": [
"airbnb-base",
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
},
"plugins": [
"eslint-plugin-prettier"
],
"ignorePatterns": [
"node_modules"
],
"rules": {
"prettier/prettier": "error",
"import/export": "off",
"import/prefer-default-export": "off",
"max-classes-per-file": "off",
"no-underscore-dangle": "off",
"no-nested-ternary": "off",
"@typescript-eslint/no-use-before-define": "off",
"no-plusplus": "off",
"prefer-destructuring": "off"
}
}
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: Install dependencies with npm
run: npm install --save-dev

- name: Lint with npm
run: npm run lint
rust:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 5455b8d

Please sign in to comment.