We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a562961 commit eb7b5e5Copy full SHA for eb7b5e5
package.json
@@ -9,8 +9,8 @@
9
"normalize.css"
10
],
11
"devDependencies": {
12
- "stylelint": "^7.3.1",
13
- "stylelint-config-standard": "^13.0.2"
+ "stylelint": "^7.9.0",
+ "stylelint-config-standard": "^16.0.0"
14
},
15
"scripts": {
16
"test": "stylelint normalize.css"
@@ -24,6 +24,14 @@
24
"bugs": "https://github.com/necolas/normalize.css/issues",
25
"homepage": "https://necolas.github.io/normalize.css",
26
"stylelint": {
27
- "extends": "stylelint-config-standard"
+ "extends": "stylelint-config-standard",
28
+ "rules": {
29
+ "font-family-no-duplicate-names": [
30
+ true,
31
+ {
32
+ "ignoreFontFamilyNames": ["monospace"]
33
+ }
34
+ ]
35
36
}
37
0 commit comments