.stylelintrc 68 B

123456
  1. {
  2. "extends": [
  3. "../config.js",
  4. "../../src/index.js"
  5. ]
  6. }