mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 02:27:42 +01:00
Improve formatting (#1814)
* 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
This commit is contained in:
@@ -22,5 +22,5 @@ import { LucideIconData } from './types';
|
||||
const ${componentName}: LucideIconData = ${JSON.stringify(children)}; //eslint-disable-line no-shadow-restricted-names
|
||||
|
||||
export default ${componentName};
|
||||
`
|
||||
`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user