stylelint-plugin-logical-css
Version:
A Stylelint plugin to enforce the use of logical CSS properties, values and units.
56 lines • 1.44 kB
JSON
{
"name": "stylelint-plugin-logical-css",
"version": "1.2.3",
"description": "A Stylelint plugin to enforce the use of logical CSS properties, values and units.",
"main": "src/index.js",
"type": "module",
"exports": "./src/index.js",
"files": [
"src/**/*.js",
"!**/**/*.test.js"
],
"scripts": {
"jest": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --runInBand",
"test": "npm run jest",
"test:watch": "npm run jest -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuschick/stylelint-plugin-logical-css.git"
},
"author": "Daniel Yuschick",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuschick/stylelint-plugin-logical-css/issues"
},
"homepage": "https://github.com/yuschick/stylelint-plugin-logical-css#readme",
"engines": {
"node": ">=18.12.0"
},
"keywords": [
"css",
"csslint",
"internationalization",
"i18n",
"lint",
"linter",
"stylelint",
"stylelint plugin",
"logical css"
],
"peerDependencies": {
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"jest": "^29.4.3",
"jest-cli": "^29.4.3",
"jest-light-runner": "^0.6.0",
"jest-preset-stylelint": "^7.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"prettier-eslint": "^16.1.2",
"stylelint": "^16.1.0"
}
}