Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 678 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 678 Bytes

👋

Tilt/Shift Config

Standard Javascript configuration for Tilt/Shift projects.

Installation

add this repo to your workspace as a git submodule.

Usage

To use as it add the following to package.json

{
  "prettier": ".config/prettier-config"
}

Otherwise, if you wish you extend these settings then add a .prettierrc.js

module.exports = {
  ...require('./config/prettier-config'),
  semi: false,
}

In your .eslintrc.js:

module.exports = {
    "extends": ["./config/eslint.js"]
}