stylelint-config-jam3
Version:
Jam3 shareable config for stylelint
34 lines (33 loc) • 509 B
Plain Text
{
"plugins": [
"dependencies"
],
"rules": {
"dependencies/min-vulnerabilities-allow": [
"error",
{
"level": "high",
"skip": ["1654", "1753", "1754"]
}
],
"package-json-properties": [
"error",
{
"required": [
"name",
"license"
]
}
],
"root-files": [
"error",
{
"required": [
".gitignore",
"README.md",
"LICENSE"
]
}
]
}
}