Skip to content

Instantly share code, notes, and snippets.

View ludohenin's full-sized avatar

Ludovic HENIN ludohenin

View GitHub Profile
{
"rules": {
"class-name": true,
"curly": false,
"eofline": true,
"indent": "spaces",
"max-line-length": [true, 140],
"member-ordering": [true,
"public-before-private",
"static-before-instance",
{
"version": "1.6.0",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,