@tiltshift/config
v2.2.0
Published
👋
Readme
👋
Tilt/Shift Config
Standard Javascript configuration for Tilt/Shift projects.
Installation
yarn add --dev @tiltshift/configUsage
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