Skip to content

Commit 49512fa

Browse files
author
nod_
committed
Issue #3463108 by catch, smustgrave: Use artifacts to share the eslint and styleint caches from core to MRs
1 parent b171a18 commit 49512fa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ nightwatch.settings.json
2929

3030
# Ignore phpstan cache
3131
phpstan-tmp
32+
33+
# Ignore eslint cache
34+
.eslintcache
35+
36+
# Ignore stylelint cache
37+
.stylelint-cache

misc/cspell/dictionary.txt

+2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ endtrans
208208
enoki
209209
entityviewedit
210210
errmode
211+
eslintcache
211212
etag
212213
eurozone
213214
evenodd
@@ -568,6 +569,7 @@ strs
568569
sttid
569570
styleguide
570571
stylelint
572+
stylelintcache
571573
stylescombo
572574
subarrays
573575
subchild

0 commit comments

Comments
 (0)