UNPKG

phonelib

Version:
10 lines (9 loc) 508 B
{ "eqeqeq": true, // Prevents usage of == and != "indent": 2, // Forces indentation to be 4 spaces "quotmark": "single", // Forces to use single quotation marks "camelcase": true, // Enforces camelcase usage "curly": true, // Requires curly braces to be used on new scopes "freeze": true, // Prohibits overwriting native prototypes such as Date. "noempty": true // Prevents creation of empty blocks }