Skip to content

Commit 0105914

Browse files
committed
Add GIF project
1 parent 439cdef commit 0105914

File tree

7 files changed

+2347
-0
lines changed

7 files changed

+2347
-0
lines changed

gif/.eslintrc.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"env": {
3+
"browser": true
4+
},
5+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
6+
"parser": "@typescript-eslint/parser",
7+
"plugins": ["@typescript-eslint"],
8+
"root": true,
9+
"rules": {
10+
"no-constant-condition": "off",
11+
"no-debugger": "off",
12+
"no-inner-declarations": "off",
13+
"no-mixed-spaces-and-tabs": "off"
14+
}
15+
}

0 commit comments

Comments
 (0)