Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 11, 2024
1 parent a81aa53 commit bd5b847
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
packages/fonts
8 changes: 7 additions & 1 deletion packages/fonts/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"name": "fonts",
"$schema": "../../node_modules/nx/schemas/project-schema.json"
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"targets": {
"lint": {
"command": "eslint --no-eslintrc",
"outputs": ["{options.outputFile}"]
}
}
}

0 comments on commit bd5b847

Please sign in to comment.