mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-20 17:59:21 +01:00
* Ignore linting for examples in docs * Formatting JSX single attribute per line * Separte `format` and `lint:format` in package.json * Bump prettier version * Run format
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export default eventHandler(() => {
|
|
return { nitro: 'Is Awesome! asda' };
|
|
});
|