Git Product home page Git Product logo

Comments (8)

DavidAnson avatar DavidAnson commented on July 22, 2024

JSON does not allow the trailing comma shown in both of your examples. Please try removing it.

from markdownlint-cli.

waldronmatt avatar waldronmatt commented on July 22, 2024

Poor example I wrote. The full example I'm using looks like this:

{
  "default": true,
  "MD004": { "style": "dash" },
  "MD007": { "indent": 2 },
  "MD026": false,
  "MD029": { "style": "ordered" },
  "MD033": false,
  "MD034": false,
  "MD036": false,
  "MD041": false,
  "line-length": false,
  "no-hard-tabs": false,
  "whitespace": false
}

from markdownlint-cli.

DavidAnson avatar DavidAnson commented on July 22, 2024

If the other configurations are working correctly, please check those files for in-line comments that may be overriding your preferences. Or share a link to the repository and I can have a look directly.

from markdownlint-cli.

waldronmatt avatar waldronmatt commented on July 22, 2024

Other configurations seemed to be working correctly and couldn't find anything that would be interfering with my configurations. Here's a link to the repo https://github.com/waldronmatt/shareable-configs

from markdownlint-cli.

DavidAnson avatar DavidAnson commented on July 22, 2024

I won't be able to try anything on a computer till tomorrow or so, but one odd thing is that you have a dependency on the library from package.json, but your lint script runs the CLI. You may want to change that dependency to be on markdownlint-cli instead. I'm not sure where it's pulling from now, perhaps global?

from markdownlint-cli.

waldronmatt avatar waldronmatt commented on July 22, 2024

In my monorepo's markdownlint, I was trying to extend from my reusable configuration.

Original .markdownlintrc.json

{
  "extends": "./packages/markdownlint-config"
}

This configuration fixes the MD013 issue:

New .markdownlintrc.json

{
  "extends": "./packages/markdownlint-config/index.json"
}

@DavidAnson do you have any recommendations/guidelines for using/referencing a reusable markdownlint configuration?

from markdownlint-cli.

DavidAnson avatar DavidAnson commented on July 22, 2024

"extends" takes a path to a file, not a package.

from markdownlint-cli.

waldronmatt avatar waldronmatt commented on July 22, 2024

makes sense, thanks for you help on this. Will extend to the file itself.

from markdownlint-cli.

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.