Skip to content

Commit

Permalink
Fix lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
santam85 committed Feb 26, 2024
1 parent 45d162c commit e7fbe65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/ng2-charts-demo/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["plugin:playwright/recommended", "../../.eslintrc.json"],
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
Expand Down Expand Up @@ -34,6 +34,7 @@
},
{
"files": ["e2e/**/*.{ts,js,tsx,jsx}"],
"extends": ["plugin:playwright/recommended"],
"rules": {}
}
]
Expand Down

0 comments on commit e7fbe65

Please sign in to comment.