👋
Standard Javascript configuration for Tilt/Shift projects.
yarn add --dev @tiltshift/configIn 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