UNPKG

@simon_he/pi

Version:

Project-aware CLI that detects npm, pnpm, yarn, bun, Go, Rust and Python projects, then routes installs, scripts, builds and workspace commands automatically.

14 lines (12 loc) 226 B
import simon from '@antfu/eslint-config' export default simon({ rules: { 'no-console': 'off', }, ignores: ['**/fixtures', 'test'], }, { files: ['p*.mjs'], rules: { 'antfu/no-top-level-await': 'off', }, })