Server IP : 103.11.96.170 / Your IP : 18.218.161.96 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/js/plyr/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "plugins": ["stylelint-selector-bem-pattern", "stylelint-scss"], "extends": ["stylelint-config-recommended", "stylelint-config-sass-guidelines", "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, "plugin/selector-bem-pattern": { "preset": "bem", "componentName": "(([a-z0-9]+(?!-$)-?)+)", "componentSelectors": { "initial": "\\.{componentName}(((__|--)(([a-z0-9\\[\\]'=]+(?!-$)-?)+))+)?$" }, "ignoreSelectors": [".*\\.has-.*", ".*\\.is-.*"] } } }