Skip to content

tiltshift/config

Repository files navigation

👋

Tilt/Shift Config

Standard Javascript configuration for Tilt/Shift projects.

Installation

yarn add --dev @tiltshift/config

Usage

In your package.json

{
  "prettier": "@tiltshift/config/prettier"
}

Add a file eslint.config.mjs to your proj ect with the following contents:

import tiltShiftConfig from '@tiltshift/config/eslint'

export default tiltShiftConfig