File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default class CratesController extends Controller {
10
10
page = '1' ;
11
11
per_page = 50 ;
12
12
sort = 'alpha' ;
13
- alphabet = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' . split ( '' ) ;
13
+ alphabet = [ ... 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ] ;
14
14
15
15
@readOnly ( 'model.meta.total' ) totalItems ;
16
16
@pagination ( ) pagination ;
Original file line number Diff line number Diff line change 113
113
"eslint-plugin-ember-concurrency" : " 0.4.0" ,
114
114
"eslint-plugin-import-helpers" : " 1.1.0" ,
115
115
"eslint-plugin-prettier" : " 4.0.0" ,
116
- "eslint-plugin-unicorn" : " 35 .0.0" ,
116
+ "eslint-plugin-unicorn" : " 36 .0.0" ,
117
117
"loader.js" : " 4.7.0" ,
118
118
"match-json" : " 1.3.3" ,
119
119
"normalize.css" : " 8.0.1" ,
Original file line number Diff line number Diff line change 7482
7482
dependencies:
7483
7483
prettier-linter-helpers "^1.0.0"
7484
7484
7485
- eslint-plugin-unicorn@35 .0.0:
7486
- version "35 .0.0"
7487
- resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-35 .0.0.tgz#40797793d4f645bafaaa7a1396b8f4ca7b2a7dbd "
7488
- integrity sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ ==
7485
+ eslint-plugin-unicorn@36 .0.0:
7486
+ version "36 .0.0"
7487
+ resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-36 .0.0.tgz#db50e1426839e401d33c5a279f49d4a5bbb640d8 "
7488
+ integrity sha512-xxN2vSctGWnDW6aLElm/LKIwcrmk6mdiEcW55Uv5krcrVcIFSWMmEgc/hwpemYfZacKZ5npFERGNz4aThsp1AA ==
7489
7489
dependencies:
7490
7490
"@babel/helper-validator-identifier" "^7.14.9"
7491
7491
ci-info "^3.2.0"
You can’t perform that action at this time.
0 commit comments