Skip to content

Commit

Permalink
Upgraded package typescript-eslint/eslint-plugin from 5.62.0 to 6.20.0 (
Browse files Browse the repository at this point in the history
PalisadoesFoundation#1743)

* Updated typscript eslint parser to v6.19.0

* updated lint:check script to run both graphql and typescipt linting in single run

* Update README.md

* Update README.md

* updated all related packages

* Merge changes from origin/develop into my-changes

* updated

* Update README.md

* Updated package.json

* Updated package.json
  • Loading branch information
varshith257 authored Feb 4, 2024
1 parent 13cb0b0 commit b8b7d29
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 227 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"plugins": ["@graphql-eslint"],
// Do not apply naming conventions to .graphql files
"rules": {
"@typescript-eslint/naming-convention": "off"
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/consistent-type-assertions": "off"
}
},
{
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Core features include:

<!-- toc -->

- [Talawa Components](#talawa-components)
- [Documentation](#documentation)
- [Installation](#installation)
- [Image Upload](#image-upload)
- [Talawa API](#talawa-api)
- [Talawa Components](#talawa-components)
- [Documentation](#documentation)
- [Installation](#installation)
- [Image Upload](#image-upload)

<!-- tocstop -->

Expand Down
Loading

0 comments on commit b8b7d29

Please sign in to comment.