Alexey Lyakhov
Alexey Lyakhov
I'm working on `React.js` project, And now we have this new syntax `` for ``, but `jsinspect` fails with errors like this: ``` Couldn't parse ./src/components/callback/success-header.js: Unexpected token (18:3) ^...
I got this issue with 1.8.0 Unknown node type SpreadElement. If you are using the latest version of this plugin, please consider filing an issue noting this message, the offending...
I have an error: ``` Failed to load plugin 'dependencies' declared in '.eslintrc.js': Cannot find module './util/traverser' ```
I got this warnings on 100% working codebase after porting it to typescript. ``` 2:30 warning "./injectscript" does not exist dependencies/no-unresolved 3:27 warning "./isbrowser" does not exist dependencies/no-unresolved ```
There is no @types/babel-plugin-import-graphql I've tried to generate .d.ts with dts-gen, but it produces empty file.
I think we can externalize common example components to separate packages, and reuse them in both, gatsby and create-react-app examples, as well as other people can reuse them in their...
Currently we have no tests implemented at all. We have Typescript, Eslint, docs generation and gatsby.js example We can't use dom based tests with node.js environment, cos we need to...