Commit 69b6f1d 1 parent 2a8623f commit 69b6f1d Copy full SHA for 69b6f1d
File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ ESLINT_OPTS :=
396
396
NPM_INSTALLED += $(ESLINT_CMD )
397
397
398
398
lint/eslintrc-gjs.yml :
399
- curl -o $@ ' https://gitlab.gnome.org/GNOME/gjs /-/raw/43689fecad1fa712974eabc5c939a71d2a7cb7fd/. eslintrc.yml'
399
+ curl -o $@ ' https://gitlab.gnome.org/GNOME/gnome-shell /-/raw/39ed7f83fd97a5a3f688d77adb73e00fd24b7bfe/lint/ eslintrc-gjs .yml'
400
400
401
401
lint : $(ESLINT_CMD ) lint/eslintrc-gjs.yml
402
402
$< $(ESLINT_OPTS ) .
Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ rules:
68
68
jsdoc/check-tag-names : error
69
69
jsdoc/check-types : error
70
70
jsdoc/implements-on-classes : error
71
- jsdoc/newline-after-description : error
71
+ jsdoc/tag-lines :
72
+ - error
73
+ - any
74
+ - startLines : 1
72
75
jsdoc/require-jsdoc : error
73
76
jsdoc/require-param : error
74
77
jsdoc/require-param-description : error
@@ -127,12 +130,6 @@ rules:
127
130
no-restricted-globals : [error, window]
128
131
no-restricted-properties :
129
132
- error
130
- - object : imports
131
- property : format
132
- message : Use template strings
133
- - object : pkg
134
- property : initFormat
135
- message : Use template strings
136
133
- object : Lang
137
134
property : copyProperties
138
135
message : Use Object.assign()
You can’t perform that action at this time.
0 commit comments