eslint-plugin-mui-sx-order
Version:
Auto-sorts MUI sx/style props for clean, consistent code with ESLint
66 lines (65 loc) • 1.48 kB
JSON
{
"name": "eslint-plugin-mui-sx-order",
"version": "1.7.1",
"description": "Auto-sorts MUI sx/style props for clean, consistent code with ESLint",
"main": "dist/index.js",
"type": "commonjs",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"keywords": [
"eslint",
"eslint-plugin",
"eslint-rule",
"autofix",
"mui",
"material-ui",
"mui-system",
"sx",
"sx-prop",
"style-order",
"property-order",
"sort",
"react",
"nextjs",
"prettier",
"typescript",
"javascript"
],
"author": "Oleksandr Sytnikov <sytnikov.zp@gmail.com>",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "npm run build && mocha tests/**/*.test.js",
"test:ts": "npm run build && mocha tests/**/*.test.ts",
"dev": "tsc --watch"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sytnikovzp/eslint-plugin-mui-sx-order.git"
},
"bugs": {
"url": "https://github.com/sytnikovzp/eslint-plugin-mui-sx-order/issues"
},
"homepage": "https://github.com/sytnikovzp/eslint-plugin-mui-sx-order",
"peerDependencies": {
"eslint": ">=8"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/eslint": "^8.56.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"mocha": "^11.7.5"
}
}