Fonger
Fonger
I have the following `.tern-project` config ``` json { "ecmaVersion": 6, "libs": [], "loadEagerly": [ "src/app.js", "src/handlers/**/*.js", "src/models/**/*.js", "src/routers/**/*.js", "src/utils/**/*.js" ], "dontLoad": [ "src/frontend/**/*.js" ], "plugins": { "complete_strings": {}, "node":...
## Feature eslint rule `no-img-element` has no effect on linting styled components `styled.img`. This PR can help migrating to `next/image` for projects that use styled-components. - [ ] Implements an...
Add example https://github.com/Fonger/ts-transformer-optimize-const-enum This provide babel's optimizeConstEnums feature, but it's for typescript compiler.
Apply #228 TypeScript's optimization in Kotlin & Swift
The original singleton implementation is obsolete and some of the closure can't compile in xcode 6.4 This commit fixes the issue