Skip to content

Instantly share code, notes, and snippets.

@n0nick
Last active September 26, 2017 09:45
Show Gist options
  • Save n0nick/fef3c9781a2c077f1569b9779f86b55e to your computer and use it in GitHub Desktop.
Save n0nick/fef3c9781a2c077f1569b9779f86b55e to your computer and use it in GitHub Desktop.
ale-example
{
"singleQuote": true,
}
const foo = 'bar';
{
"name": "ale-example",
"version": "1.0.0",
"main": "file.ts",
"license": "MIT",
"dependencies": {
"prettier": "^1.7.0",
"tslint": "^5.7.0",
"tslint-plugin-prettier": "^1.2.0",
"typescript": "^2.5.2"
}
}
{
"rulesDirectory": [
"tslint-plugin-prettier"
],
"rules": {
"prettier": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment