1.0.9 • Published 4 years ago
@tangjj1996/stylelint-config v1.0.9
Usage
stylint as config peerDependencies, so Make sure you have installed it in DevDependencies. Then
npm[yarn|pnpm] install @tangjj1996/stylelint-config --devFinally, add the following to your .stylelintrc.js file
module.exports = {
extends: "@tangjj1996/stylelint-config"
}