Files
emacs/lisp/emacs-application-framework/app/js-video-player/node_modules/rangetouch/.stylelintrc.json
2020-12-05 21:29:49 +01:00

12 lines
355 B
JSON

{
"extends": ["stylelint-config-recommended", "stylelint-config-prettier"],
"rules": {
"selector-class-pattern": null,
"selector-no-qualifying-type": [true, { "ignore": ["attribute", "class"] }],
"string-no-newline": null,
"indentation": 4,
"string-quotes": "single",
"max-nesting-depth": 2
}
}