Skip to content

Commit

Permalink
[trivial] Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 27, 2024
1 parent c1a0d32 commit b4cdfa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"prettier"
],
"plugins": ["@typescript-eslint", "prettier"],
"files": ["*.ts"],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["development/**/*.ts", "development/*.ts"],
"lintFilePatterns": ["core/**/*.ts", "./*.ts"],
"config": ".eslintrc.json"
}
},
Expand Down

0 comments on commit b4cdfa3

Please sign in to comment.