Coder Social home page Coder Social logo

Comments (5)

nemanjastanic avatar nemanjastanic commented on June 12, 2024 1

@nemanjastanic does it work if you use a different character?

yes, i got it to work, thanks btw!

from eslint-plugin-import.

ljharb avatar ljharb commented on June 12, 2024

Extensions don't apply to things that aren't relative paths - @a/file is a package, and it wouldn't work if you appended an extension.

from eslint-plugin-import.

nemanjastanic avatar nemanjastanic commented on June 12, 2024

Extensions don't apply to things that aren't relative paths - @a/file is a package, and it wouldn't work if you appended an extension.

Like I mentioned, it is a TypeScript path, it's not a package.

Even so, why is there an option for ignorePackages as the second argument of the rule then?

from eslint-plugin-import.

ljharb avatar ljharb commented on June 12, 2024

That’s not node, that’s up to the package - and a package that has chosen an extension for an entry point has failed at DX :-)

ignorePackages should be true for everyone, it’s just legacy that keeps the default what it is.

I strongly suggest not using @ for aliases, since that character is already used by npm scopes. What happens if you use a different character in the TS alias?

from eslint-plugin-import.

ljharb avatar ljharb commented on June 12, 2024

@nemanjastanic does it work if you use a different character?

from eslint-plugin-import.

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.