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