Skip to content

Commit

Permalink
Merge pull request #4 from rawpixel-vincent/update-mutable-method-beh…
Browse files Browse the repository at this point in the history
…avior

enable mutable method in stringListMutable
  • Loading branch information
rawpixel-vincent authored Oct 10, 2024
2 parents b3d64d2 + 6450db7 commit 7841b88
Show file tree
Hide file tree
Showing 24 changed files with 4,024 additions and 1,698 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"es6": true,
"node": true
},
"extends": ["eslint:recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"rules": {
"no-unused-vars": [
"error",
Expand Down
4 changes: 2 additions & 2 deletions StringLiteralList.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference path="./types/index.d.ts" />
/// <reference path="./types/list.d.ts" />
/// <reference types="./types/index.d.ts" />
/// <reference types="./types/list.d.ts" />

export type ArrayInPlaceMutation = {
push: 'push';
Expand Down
Loading

0 comments on commit 7841b88

Please sign in to comment.