This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
postcss-remove-bem-blocks/package.json

32 lines
666 B
JSON
Raw Normal View History

2021-09-30 20:17:23 +03:00
{
"name": "@advdominion/postcss-remove-bem-blocks",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://bitbucket.org/advdominion/postcss-remove-bem-blocks"
},
"license": "MIT",
"peerDependencies": {
"postcss": "^8.2.8"
},
"devDependencies": {
"postcss": "^8.2.8"
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"bracketSpacing": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": false,
"endOfLine": "lf"
}
}