Skip to content

Commit a23074f

Browse files
chore: tweaks
1 parent 069971f commit a23074f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,14 @@
8888
"error",
8989
{
9090
"selector": "interface",
91-
"format": ["PascalCase"],
91+
"format": [
92+
"PascalCase"
93+
],
9294
"custom": {
9395
"regex": "^I[A-Z]",
9496
"match": true
9597
}
9698
}
9799
]
98100
}
99-
}
101+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://technote.space"
99
},
1010
"keywords": [
11-
"automatic programming"
11+
"genetic algorithm"
1212
],
1313
"homepage": "https://github.com/technote-space/hello-genetic-algorithm",
1414
"repository": {

0 commit comments

Comments
 (0)