@boughtbymany/stylelint-config-bbm
Version:
Bought By Many Stylelint Config
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "@boughtbymany/stylelint-config-bbm",
"version": "1.3.0",
"description": "Bought By Many Stylelint Config",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"lint": "eslint '**/*.js'",
"lint:fix": "eslint '**/*.js' --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boughtbymany/stylelint-config-bbm.git"
},
"keywords": [
"CSS",
"Sass",
"Bought",
"By",
"Many",
"lint"
],
"author": {
"name": "Bought By Many",
"email": "tech-team@boughtbymany.com",
"url": "https://boughtbymany.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/boughtbymany/stylelint-config-bbm/issues"
},
"homepage": "https://github.com/boughtbymany/stylelint-config-bbm#readme",
"dependencies": {
"prettier": "^1.19.1",
"stylelint": "^13.2.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-order": "^4.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.15.0"
},
"devDependencies": {
"@boughtbymany/eslint-config-bbm": "^2.3.1",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsdoc": "^27.0.2",
"eslint-plugin-prettier": "^3.1.3"
}
}