repo.or.cz
/
spree.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Increased API v2 per page limit to 500 (#11257)
[spree.git]
/
.eslintrc
blob
24a58eb356e290e88704943837dbe16c068c4b21
1
---
2
extends: standard
3
4
globals:
5
Spree: true
6
analytics: true
7
DOMPurify: true
8
flatpickr: true
9
Sortable: true
10
ga: true
11
_: true
12
Select2: true
13
Handlebars: true
14
Raphael: true
15
SpreeAPI: true
16
SpreePaths: true
17
CouponManager: true
18
ThumbnailsCarousel: true
19
Turbolinks: true
20
ADDRESS_FIELDS: true
21
AUTH_TOKEN: true
22
SPREE_LOCALE: true
23
SPREE_CURRENCY: true
24
SPREE_DEFAULT_CURRENCY: true
25
SPREE_DEFAULT_LOCALE: true
26
OAUTH_TOKEN: true
27
updateAddressState: true
28
formatSelect2Options: true
29
30
env:
31
browser: true
32
jquery: true
33
34
rules:
35
space-before-function-paren: off
36
semi: off