mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
4 lines
77 B
TypeScript
4 lines
77 B
TypeScript
import { step } from '.';
|
|
|
|
export const lintStep = step('lint', 'eslint .');
|