File tree Expand file tree Collapse file tree 4 files changed +1774
-659
lines changed
Expand file tree Collapse file tree 4 files changed +1774
-659
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v2
1515 - name : Set up Node
1616 uses : actions/setup-node@v2
17+ with :
18+ node-version : ' 16'
1719 - name : Set up Stylelint Problem Matcher
1820 uses : xt0rted/stylelint-problem-matcher@v1
1921 - name : Install Dependencies
Original file line number Diff line number Diff line change 1- module . exports = {
2- extends : 'stylelint-config-recommended-scss' ,
3- rules : {
4- indentation : 'tab' ,
5- 'selector-type-no-unknown' : null ,
6- 'number-leading-zero' : null ,
7- 'rule-empty-line-before' : [
8- 'always' ,
9- {
10- ignore : [ 'after-comment' , 'inside-block' ]
11- }
12- ] ,
13- 'declaration-empty-line-before' : [
14- 'never' ,
15- {
16- ignore : [ 'after-declaration' ]
17- }
18- ] ,
19- 'comment-empty-line-before' : null ,
20- 'selector-type-case' : null ,
21- 'selector-list-comma-newline-after' : null ,
22- 'no-descending-specificity' : null ,
23- 'string-quotes' : 'single'
24- } ,
25- plugins : [ 'stylelint-scss' ]
26- }
1+ module . exports = require ( '@nextcloud/stylelint-config' )
You can’t perform that action at this time.
0 commit comments