Giter Club home page Giter Club logo

Comments (6)

bolah2009 avatar bolah2009 commented on September 27, 2024 1

@shshamim63, I believe this is the tool @jubaan is talking about https://github.com/microverseinc/linters-config/tree/master/scripts

@shshamim63 Let's use this issue to fix this.

Since .styckler.yml is no more required, the script should not check for it anymore. Currently, this may result in errors.

Possible solution

case $1 in
  html-css)
-  config_files=(".stickler.yml" "stylelint.config.js")
+  config_files=(".hintrc" ".stylelintrc.json")
  ;;
-  ruby | ror)
+  ruby)
-  config_files=(".stickler.yml" ".rubocop.yml")
+  config_files=(".rubocop.yml")
  ;;
+  ror)
+  config_files=(".stylelintrc.json" ".rubocop.yml")
+  ;;
  javascript | react-redux)
-  config_files=(".stickler.yml" ".eslintrc.json")
+  config_files=(".stylelintrc.json" ".eslintrc.json")
  ;;
  *)
  echo "$usage"
  exit 1
esac

@jubaan thanks for opening this issue!

from linters-config.

krys2fa avatar krys2fa commented on September 27, 2024 1

Hi @bolah2009, I'd like to give this a try. 😉

from linters-config.

krys2fa avatar krys2fa commented on September 27, 2024 1

Great. I'll put in a PR soon @bolah2009.

from linters-config.

shshamim63 avatar shshamim63 commented on September 27, 2024

Hi @jubaan 👋
I tried to get the overall idea but I could not fetch it. Would you like to provide more information, please?

from linters-config.

bolah2009 avatar bolah2009 commented on September 27, 2024

I updated the issue name and description too, to make it clear.

from linters-config.

bolah2009 avatar bolah2009 commented on September 27, 2024

Thanks, @krys2fa, have assigned it to you

from linters-config.

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.