UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

34 lines (32 loc) 485 B
{ "extends": "google", "rules": { "no-var": "off", "indent": [ "error", 2 ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "double", { "avoidEscape": true } ], "semi": [ "error", "always" ], "max-len": [ "warn", { "ignoreComments": true } ], "prefer-spread": ["off"], "prefer-rest-params": ["off"], "camelcase" : ["off"] } }