GithubHelp home page GithubHelp logo

Comments (10)

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024 1

Sure, @sumitshinde-84; i just updated to the latest versions of ESLint and pnpm, so you should be good to go at this point.

from openinf-util-object.

sumitshinde-84 avatar sumitshinde-84 commented on July 17, 2024 1

@DerekNonGeneric Thank you so much for assigning this issue to me.

from openinf-util-object.

sumitshinde-84 avatar sumitshinde-84 commented on July 17, 2024 1

I've tried multiple variations of the file inclusion pattern, including "./packages/object-util/src/**/*.ts", "packages/object-util/src/**/*.ts", and "**/src/**/*.ts", but unfortunately, none of them have resolved the issue. It seems that we need to reevaluate our ESLint and TypeScript ESLint configurations to address this problem.

from openinf-util-object.

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024 1

Alright, well done @sumitshinde-84. That will need to be taken care of over there (if necessary).

I went ahead and opened an issue in that fork of ours that we made; am closing this out now!

https://github.com/OpenINF/openinf-tslint-microsoft-contrib/issues/2

from openinf-util-object.

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024

I would also like to include @typescript-eslint/eslint-plugin-tslint and see about adding some rules from https://github.com/openinf/tslint-microsoft-contrib (amongst others TSLint-specific ones).

from openinf-util-object.

sumitshinde-84 avatar sumitshinde-84 commented on July 17, 2024

I would like to work on this issue, can you please assign it to me?

from openinf-util-object.

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024

okay, great; we need to figure out what specific rules of theirs we like…

any suggestions you make along the way would be appreciated.

from openinf-util-object.

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024

unmet peer:

image

from openinf-util-object.

sumitshinde-84 avatar sumitshinde-84 commented on July 17, 2024

getting this error -
No inputs were found in config file '/home/sumit/Desktop/openinf-util-object/tsconfig.json'. Specified 'include' paths were '["src/**/*.ts"]' and 'exclude' paths were '[]'.ts

from openinf-util-object.

DerekNonGeneric avatar DerekNonGeneric commented on July 17, 2024

Specified 'include' paths were '["src/**/*.ts"]' and 'exclude' paths were '[]'.ts

Pretty sure one would need to make that be ["**/src/**/*.ts"];

That error is complaining about:

"include": ["src/**/*.ts"]

You may update it if you like; pretty sure this should be specified in the tsconfig.eslint.json instead or as well tho (not sure yet)

from openinf-util-object.

Related Issues (15)

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.