Skip to content

Commit

Permalink
chore(lint): deprecated option replaced with modern one
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Jul 2, 2024
1 parent 990a594 commit 1ba1fd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
"plugin:@nx/javascript"
],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
3 changes: 1 addition & 2 deletions libs/ng2-file-upload/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"options": {
"tsConfig": "libs/ng2-file-upload/tsconfig.lib.json",
"project": "libs/ng2-file-upload/ng-package.json",
"updateBuildableProjectDepsInPackageJson": true
"project": "libs/ng2-file-upload/ng-package.json"
},
"configurations": {
"production": {
Expand Down

0 comments on commit 1ba1fd1

Please sign in to comment.