1.1.0 • Published 4 years ago

@modyqyw/stylelint-config-scss v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@modyqyw/stylelint-config-scss

A Stylelint shareable config for scss. Also support miniprograms.

Usage

  • Install the config.
npm i stylelint@~13.7.0 @modyqyw/stylelint-config-scss@~1.1.0 -D

For yarn, run scripts below.

yarn add stylelint@~13.7.0 @modyqyw/stylelint-config-scss@~1.1.0 -D
  • Set up.
// stylelint.config.js
module.exports = {
  extends: ["@modyqyw/stylelint-config-scss"],
};

VSCode

  • Install plugins.
  • Set up Settings.json. Then F1 => File: Save.
{
  "css.validate": false,
  "less.validate": false,
  "scss.validate": false,
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  },
  "files.associations": {
    "*.wxml": "html",
    "*.wxs": "javascript",
    "*.wxss": "css",
    "*.axml": "html",
    "*.sjs": "javascript",
    "*.acss": "css",
    "*.swan": "html",
    "*.ttml": "html",
    "*.ttss": "css",
    "*.jxml": "html",
    "*.jxss": "css",
    "*.wpy": "vue",
    "*.nvue": "vue",
    "*.ux": "vue"
  }
}

More Config

License

MIT

Copyright (c) 2020-present MillCloud

1.1.0

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago