Skip to content

Commit

Permalink
Merge pull request #235 from amclin/dependabot/npm_and_yarn/standard-…
Browse files Browse the repository at this point in the history
…17.1.0

chore(deps-dev): bump standard from 17.0.0 to 17.1.0
  • Loading branch information
amclin authored Dec 1, 2023
2 parents 8480524 + e4d7faa commit 9a90209
Show file tree
Hide file tree
Showing 7 changed files with 1,951 additions and 669 deletions.
1 change: 0 additions & 1 deletion 2020/day-01/expenseValidation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* Validates a list of records by comparing every combination
* to the checksum. Stops when the first match is found
Expand Down
1 change: 0 additions & 1 deletion 2020/day-11/seating.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const parse = (data) => {
return data.split('\n').map((row) => {
return row.split('')
Expand Down
1 change: 0 additions & 1 deletion 2021/day-06/fish.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

let _fishes = []
const NewFishAge = 8 // age of newly spawned fish
const FishSpawnAge = 0 // age when the fish spawns
Expand Down
1 change: 0 additions & 1 deletion 2021/day-10/scoring.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const findMiddleScore = (scores) => {
// According to specs, there's always an odd number of items in the list,
// so we're safe to divide by 2 and round down to get the desired index
Expand Down
1 change: 0 additions & 1 deletion 2022/day-02/rochambeau.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// Lookup tables for possible rock / paper / scissor values
const selfCodes = ['X', 'Y', 'Z']
const opponentCodes = ['A', 'B', 'C']
Expand Down
Loading

0 comments on commit 9a90209

Please sign in to comment.