Git Product home page Git Product logo

Comments (2)

 avatar commented on August 11, 2024

Well, it seems like it is working perfectly well for me. The errors are happening just because you configured eslint or typescript in a way that does not allow you to use any semicolons and not use the defined variable in the below lines. You can configure eslint by adding .eslintrc or anything like this. You can check this link to learn more about how to configure eslint in the way that you want it to work. Or, if you want to configure typescript, then you can make a new file called tsconfig.json and add configurations about typescript in the json format. You can check this link to learn more about how to configure your typescript.

from dotfiles-public.

 avatar commented on August 11, 2024

Additionally, personally, I do not use eslint_d because it is pretty slow, and I did not have that much good experience with it. You can change to another package, such as eslint or anything like that, for your codes.

If you want to change the package from eslint_d to another package, then you will need to modify some code. In the configuration files from Mar 22, 2023, you can follow this path: .config/nvim/plugin/null-ls.rc.lua1 and open the file with nvim. And, you can delete the lines from 18~20 and replace it with eslint builtin that null-ls provides. This link will help you a lot.

from dotfiles-public.

Related Issues (20)

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.