UNPKG

nwjs-builder-phoenix

Version:

A possible solution to build and package a ready for distribution NW.js app for Windows, macOS and Linux.

30 lines (29 loc) 587 B
{ "extends": "tslint:recommended", "rules": { "one-line": [ false ], "max-classes-per-file": [ false ], "max-line-length": [ false ], "quotemark": [ true, "single", "avoid-escape" ], "whitespace": [ true, "check-operator", "check-decl", "check-operator", "check-module", "check-separator", "check-type", "check-preblock" ] } }