UNPKG

angular-floating-label

Version:
12 lines (11 loc) 291 B
{ "extends": "./node_modules/js-styleguide/.eslintrc", "rules": { "strict": [1, "function"], "no-magic-numbers": "off", "complexity": ["warn", {"max": 6}], "prefer-template": "off", "prefer-const": "off", "no-undefined": "off" } }