summaryrefslogtreecommitdiff
path: root/www/lib/angular-tooltips/config/csslintrc.json
blob: be56338d385cfa341f05834e2c28a554c18751af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "important": true,
  "adjoining-classes": false,
  "known-properties": false,
  "box-sizing": false,
  "box-model": false,
  "overqualified-elements": false,
  "display-property-grouping": false,
  "bulletproof-font-face": false,
  "compatible-vendor-prefixes": true,
  "regex-selectors": false,
  "errors": true,
  "duplicate-background-images": true,
  "duplicate-properties": true,
  "empty-rules": true,
  "selector-max-approaching": false,
  "gradients": true,
  "fallback-colors": false,
  "font-sizes": false,
  "font-faces": false,
  "floats": false,
  "star-property-hack": false,
  "outline-none": false,
  "import": true,
  "ids": false,
  "underscore-property-hack": true,
  "rules-count": true,
  "qualified-headings": false,
  "selector-max": false,
  "shorthand": false,
  "text-indent": false,
  "unique-headings": false,
  "universal-selector": false,
  "unqualified-attributes": true,
  "vendor-prefix": true,
  "zero-units": true
}