Code Monkey home page Code Monkey logo

brackets-epic-linter's People

Contributors

fdecampredon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

brackets-io

brackets-epic-linter's Issues

Linting options

Hi! It would be really helpful if plugin will have an ability to change linting preferences. Ideally it should be some GUI to do it without changing config files.

EpicLinter doesn't work with splitview

I looked at this extension and found that there may be some issues running the extension with the SplitView branch.

A more detailed explanation of what breaks and why it breaks is in the Brackets
Extension Splitview Migration Guide. https://github.com/adobe/brackets/wiki/SplitView-Extension-Migration-Guide#extensions-that-will-break

it looks like you're computing the width for the tip based on the width of #editor-holder which isn't correct anymore. Your extension still works but is probably not functioning correctly.

you can test with the branch "jeff/splitview-factory". Let us know if you need more info.

Upcoming Lodash 3.x Update

Upcoming Lodash 3.x Update

Dear Brackets extension developer,
we're planning to update the version of Lodash used in Brackets to 3.x (currently, we use 2.4.1).
As we've had a look at your extension, we noticed there's some code that may cause issues while migrating. Thus, we suggest to update your extension so the migration can happen frictionless.
For your extension, we've identified this issue:
Multiple Places: You use _.flatten, which won't default to deep flattening any more. Please see whether you can continue _.flatten or switch over to _.flatten(array, !!_.flattenDeep) for migration

Further information:
Lodash compatibility warnings
Brackets issue about updating Lodash

.jshintrc file conflict

I've been trying out this extension and noticed that it conflicts with .jshintrc files used by the JSHint plugin here: https://github.com/cfjedimaster/brackets-jshint

I'm guessing this somehow occurs because Epic Linter has its own .jshintrc that I assume overrides any others. A specific example of this being problematic is when one wishes to see warnings when console is used, because the Epic Linter .jshintrc always sets it as a permitted global

Perhaps it'd be good to look into using JSHint's design of recursive overriding, i.e. a .jshintrc in a directory will affect anything below that directory but .jshintrc files in child directories can override, ad infinitum.

Concretely, I would expect a .jshintrc file anywhere in my project structure to work as intended.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.