diff options
author | Sam Potts <sam@potts.es> | 2018-03-03 23:06:12 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-03 23:06:12 +1100 |
commit | 317b08c703c94c5ce0e1d53603f4e1c9842df249 (patch) | |
tree | 95cff2aacd5068bc029cde2c89355e1fd9847bdb /.stylelintrc.json | |
parent | bfb550b8d0be3b4eeb0fc900f26e8c1cb05419fd (diff) | |
download | plyr-317b08c703c94c5ce0e1d53603f4e1c9842df249.tar.lz plyr-317b08c703c94c5ce0e1d53603f4e1c9842df249.tar.xz plyr-317b08c703c94c5ce0e1d53603f4e1c9842df249.zip |
Ready event fix, YouTube play event fix, docs update
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 728265e3..cd831c8a 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,6 @@ { "plugins": ["stylelint-selector-bem-pattern", "stylelint-scss"], - "extends": ["stylelint-config-sass-guidelines", "stylelint-config-prettier"], + "extends": ["stylelint-config-sass-guidelines", "stylelint-config-recommended", "stylelint-config-prettier"], "rules": { "selector-class-pattern": null, "selector-no-qualifying-type": [ |