Skip to content

Commit

Permalink
Added FS Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Deployment Manager committed Oct 18, 2023
1 parent 74b8441 commit 840192e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"root": true,
"ignorePatterns": [
"projects/**/*"
],
"extends": [
"./node_modules/@firestitch/lint/.eslintrc-component.json"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@firestitch/form": "^12.0.1",
"@firestitch/iframe": "^12.0.0",
"@firestitch/label": "^12.0.0",
"@firestitch/lint": "^12.0.18",
"@firestitch/menu": "^12.0.1",
"@firestitch/message": "^12.3.1",
"@firestitch/popover": "^12.1.2",
Expand All @@ -78,4 +79,4 @@
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit 840192e

Please sign in to comment.