UNPKG

codemirror-textmate

Version:
15 lines 324 B
{ "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "quotemark": [true, "single"], "semicolon": [true, "never"], "max-line-length": false, "prefer-for-of": false, "no-bitwise": false, "forin": false, "callable-types": true, } }