UNPKG

awesome-typescript-loader

Version:
33 lines (32 loc) 724 B
{ "rules": { "class-name": true, "comment-format": [ true, "check-space" ], "curly": true, "eofline": true, "indent": true, "jsdoc-format": true, "member-ordering": [ true, "public-before-private", "static-before-instance", "variables-before-functions" ], "no-arg": true, "no-consecutive-blank-lines": true, "no-constructor-vars": true, "no-debugger": true, "no-duplicate-key": true, "no-duplicate-variable": true, "no-trailing-whitespace": true, "no-unreachable": true, "no-unused-variable": true, "no-var-keyword": true, "quotemark": true, "typedef-whitespace": true, "semicolon": true } }