UNPKG

@anolilab/stylelint-config

Version:

Stylelint shareable config for the Anolilab stylesheet guide.

12 lines (10 loc) 515 B
declare const config: { plugins: string[]; rules: { "plugin/no-unsupported-browser-features": (boolean | { browsers: readonly ["> 1%", "last 2 versions", "Firefox ESR", "not dead"] | readonly ["last 2 Chrome versions", "not Chrome < 60", "last 2 Safari versions", "not Safari < 10.1", "last 2 iOS versions", "not iOS < 10.3", "last 2 Firefox versions", "not Firefox < 54", "last 2 Edge versions", "not Edge < 15"]; severity: string; })[]; }; }; export = config;