Commit 992222d2 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(ci): move linting to components

parent 9ab990b9
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  // files to lint
  "globs": [
    "readme.md"
  ],
  // linting rules
  "config": {
    "MD013": {
      "line_length": 120
    }
  }
}