Skip to content

Commit 0e46c90

Browse files
committed
chore(package): update eslint-config-airbnb
1 parent 58f995c commit 0e46c90

File tree

3 files changed

+130
-54
lines changed

3 files changed

+130
-54
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ type inference is supported by type checker.
3333

3434
- [x] generate JSTree out of js
3535
- ESTree + type annotations
36-
- [ ] index.d.ts file with generics for typescript
3736
- [x] type inference
3837
- [ ] jstoGLSL transpiler great for performance
3938
- [x] generate valid glsl code

package-lock.json

Lines changed: 129 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"chai": "4.2.0",
5050
"cross-env": "7.0.2",
5151
"eslint": "7.14.0",
52-
"eslint-config-airbnb": "18.1.0",
52+
"eslint-config-airbnb": "18.2.1",
5353
"eslint-plugin-import": "2.22.1",
5454
"eslint-plugin-jsx-a11y": "6.4.1",
5555
"eslint-plugin-react": "7.21.5",

0 commit comments

Comments
 (0)