Add ESLint config for harness app to fix CI lint
This commit is contained in:
6
apps/harness/.eslintrc.json
Normal file
6
apps/harness/.eslintrc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "prettier"],
|
||||
"rules": {
|
||||
"no-console": "warn"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user