Skip to content

Commit a444b04

Browse files
committed
Add 2625. Flatten Deeply Nested Array solution, add .hintrc, and remove verify_sri.py
1 parent 46f7cd3 commit a444b04

5 files changed

Lines changed: 2982 additions & 22 deletions

File tree

.hintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"no-inline-styles": "off"
7+
}
8+
}

0 commit comments

Comments
 (0)