Skip to content

Commit

Permalink
build: updates readme and dependencies (#20)
Browse files Browse the repository at this point in the history
* updates readme and dependencies

* remove migration file
  • Loading branch information
DaveMBush authored Dec 18, 2024
1 parent a4f2f0f commit 6db5630
Show file tree
Hide file tree
Showing 4 changed files with 873 additions and 698 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

Or, using the `recommended` configuration:

Note: The recommended configuration uses rules that require type checking. You will need to supply the parsing options as specified in the [TypeScript ESLint documentation](https://typescript-eslint.io/docs/linting/type-linting/).

### Flat Config

``` js
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,47 @@
},
"private": true,
"dependencies": {
"@typescript-eslint/utils": "^8.13.0",
"@typescript-eslint/utils": "^8.18.1",
"common-tags": "^1.8.2",
"decamelize": "^5.0.1",
"tslib": "^2.8.1",
"tsutils": "^3.21.0",
"tsutils-etc": "^1.4.2"
},
"devDependencies": {
"@angular-eslint/test-utils": "18.4.0",
"@nx/angular": "20.1.0",
"@nx/cypress": "20.1.0",
"@nx/esbuild": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/jest": "20.1.0",
"@nx/js": "20.1.0",
"@nx/nest": "20.1.0",
"@nx/node": "20.1.0",
"@nx/web": "20.1.0",
"@nx/webpack": "20.1.0",
"@nx/workspace": "20.1.0",
"@angular-eslint/test-utils": "19.0.2",
"@nx/angular": "20.2.2",
"@nx/cypress": "20.2.2",
"@nx/esbuild": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/nest": "20.2.2",
"@nx/node": "20.2.2",
"@nx/web": "20.2.2",
"@nx/webpack": "20.2.2",
"@nx/workspace": "20.2.2",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.8.0",
"@swc/helpers": "~0.5.11",
"@types/common-tags": "^1.8.0",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/rule-tester": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@typescript-eslint/rule-tester": "^8.18.1",
"esbuild": "^0.24.0",
"eslint": "~9.14.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "20.1.0",
"nx": "20.2.2",
"prettier": "^3.3.3",
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "~5.5.4",
"typescript": "5.6.3",
"verdaccio": "^6.0.4"
},
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin-rxjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = {

Or, using the `recommended` configuration:

Note: The recommended configuration uses rules that require type checking. You will need to supply the parsing options as specified in the [TypeScript ESLint documentation](https://typescript-eslint.io/docs/linting/type-linting/).

### Flat Config

``` js
Expand Down
Loading

0 comments on commit 6db5630

Please sign in to comment.