stylelint-config-smallela
Version:
Configuration for Stylelint
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "stylelint-config-smallela",
"version": "1.0.3",
"description": "Configuration for Stylelint",
"author": "Sridhar Mallela",
"license": "MIT",
"homepage": "https://sridharmallela.github.io/smallela-workspace/stylelint-config/",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./config": {
"types": "./dist/lib/stylelint-config.d.ts",
"import": "./dist/lib/stylelint-config.js",
"default": "./dist/lib/stylelint-config.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/sridharmallela/smallela-workspace.git",
"directory": "packages/stylelint-config"
},
"bugs": {
"url": "https://github.com/sridharmallela/smallela-workspace/issues"
},
"config": {
"unsafe-perm": true
},
"keywords": [
"stylelint",
"stylelint config",
"stylelint-config",
"Style Lint",
"CSS Lint",
"SCSS Lint",
"SASS Lint",
"Less Lint"
],
"peerDependencies": {
"tslib": ">=2"
}
}