mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9ad76fe80c
- `eslint` and `prettier` configs - `husky` to format and lint via pre-commit hook - `babel-plugin-transform-imports` to treeshake `lodash` and other packages if needed Lints and formats codebase.
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
{
|
|
"plugins": [
|
|
[
|
|
"transform-imports",
|
|
{
|
|
"lodash": {
|
|
"transform": "lodash/${member}",
|
|
"preventFullImport": true
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|