jupyterlab-synthetic-data/.stylelintrc

13 lines
260 B
Plaintext
Raw Normal View History

2023-01-23 20:17:57 +00:00
{
"extends": [
"stylelint-config-recommended",
"stylelint-config-standard",
"stylelint-prettier/recommended"
],
"rules": {
"property-no-vendor-prefix": null,
"selector-no-vendor-prefix": null,
"value-no-vendor-prefix": null
}
}