mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 10:57:45 +00:00
6f8f846086
Use husky, lint-staged to run prettier pre-commit
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": [
|
|
"next",
|
|
"next/core-web-vitals",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|