stylelint-config-cssrecipes
Version:
cssrecipes shareable config for stylelint
58 lines (57 loc) • 1.26 kB
JSON
{
"name": "stylelint-config-cssrecipes",
"version": "2.0.1",
"description": "cssrecipes shareable config for stylelint",
"keywords": [
"browser",
"style",
"css",
"css-components",
"css-recipes",
"cssrecipes",
"recipes",
"linter",
"stylelint-config",
"stylelint"
],
"author": "magsout",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stylelint/stylelint-config-cssrecipes.git"
},
"homepage": "https://github.com/stylelint/stylelint-config-cssrecipes",
"bugs": {
"url": "https://github.com/stylelint/stylelint-config-cssrecipes/issues"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"devDependencies": {
"babel": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-tape-runner": "^2.0.0",
"eslint": "^1.10.3",
"eslint-config-stylelint": "^0.1.0",
"postcss": "^5.0.13",
"stylelint": "^4.1.0",
"tape": "^4.0.1"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"tape": "babel-tape-runner \"__tests__/**/*.js\"",
"test": "npm run lint && npm run tape"
},
"babel": {
"presets": [
"es2015"
]
},
"eslintConfig": {
"extends": [
"stylelint"
]
}
}