mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
78119c9f22
* ⚡ Consolidate Prettier ignore patterns * ⚡ Let Prettier select file types to format * 🎨 Apply formatting
7 lines
135 B
JSON
7 lines
135 B
JSON
{
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["commands", "index.ts", "src"],
|
|
"exec": "npm start",
|
|
"ext": "ts"
|
|
}
|