👋
Standard Javascript configuration for Tilt/Shift projects.
add this repo to your workspace as a git submodule.
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"]
}