Skip to content

appier/eslint-config

Repository files navigation

Appier ESLint Config

Getting Started

Step 1: Installation

bun add -D eslint @appier/eslint-config typescript

Step 2: Create Config

Create a eslint.config.js in the root.

import { defineConfig } from '@appier/eslint-config'


export default defineConfig({
  // extend the default by your config
})