Brendon

Results 17 comments of Brendon

No, this is outdated. Previous version of eslint and sublimelinter seems to work,

sublime linter eslint_d is not searchable in sublime package control. ``` windows 10 node: v12.13.1 eslint: v6.8.0 Sublime: 3.2.2 build 3211 ``` Working on: ``` node: v8.9.1 eslint: v5.3.0 Sublime:...

> I guess you already tried `eslint_d stop` and made sure the process is gone? Yes, eslint_d is not running.

try to restart eslint_d doesnt seem to work as well.

@mantoni @Mar-Ser almost there. Here's my config: ``` "eslint": { "disable": false, "args": [ "--config", "${project_path}/.eslintrc", "--cache" ], "executable": ["node", "${project_path}/node_modules/eslint_d/bin/eslint_d.js"], "excludes": [], "lint_mode": "background", "syntax": ["javascript"], "styles": [ {...

I'm trying to execute a JS function inside the JavaScript file similar to JQuery click(). If it not possible with CQ, do you have a better idea in mind?

Thanks for highlighting the use of CSQuery.

Any plan on merging this PR? and release date?

Any idea? ``` You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js. 99%...

have you tried: ``` [ "babel-plugin-styled-components", { "pure": true } ], ```