UNPKG

@aak.lear/eslint-config

Version:

This package simplifies the initial setup of eslint and prettier. It installs and apply eslint-config-airbnb to your project, also resolves peerDependencies that are required for eslint-config-airbnb package.

5 lines (3 loc) 95 B
#!/usr/bin/env node import { main } from "./src/setup/index.js"; main().catch(console.error);