@alza54/stylelint-config-nuxt
Version:
Strict shareable config for stylelint and Nuxt.js that I use for my projects
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "@alza54/stylelint-config-nuxt",
"version": "0.6.1",
"description": "Strict shareable config for stylelint and Nuxt.js that I use for my projects",
"main": "index.js",
"repository": "https://github.com/alza54/shellcode-styleguide.git",
"bugs": {
"url": "https://github.com/alza54/shellcode-styleguide/issues"
},
"author": "expl0it <expl0it@shellcode.team> (https://github.com/alza54)",
"homepage": "https://github.com/alza54/shellcode-styleguide#readme",
"private": false,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"stylelint": ">=12.0.0"
},
"dependencies": {
"stylelint-a11y": "^1.2.2",
"stylelint-config-css-modules": "^2.1.0",
"stylelint-no-unsupported-browser-features": "^4.0.0"
},
"keywords": [
"shellcode.team",
"alza54",
"expl0it",
"stylelint",
"stylelint-config",
"nuxt.js",
"nuxt",
"linting"
],
"gitHead": "841dd32b8969922daa259c417f6bb384f15e9118"
}