We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069971f commit a23074fCopy full SHA for a23074f
.eslintrc.json
@@ -88,12 +88,14 @@
88
"error",
89
{
90
"selector": "interface",
91
- "format": ["PascalCase"],
+ "format": [
92
+ "PascalCase"
93
+ ],
94
"custom": {
95
"regex": "^I[A-Z]",
96
"match": true
97
}
98
99
]
100
-}
101
+}
package.json
@@ -8,7 +8,7 @@
8
"url": "https://technote.space"
9
},
10
"keywords": [
11
- "automatic programming"
+ "genetic algorithm"
12
],
13
"homepage": "https://github.com/technote-space/hello-genetic-algorithm",
14
"repository": {
0 commit comments