UNPKG

eslint-plugin-tailwind-enforcer

Version:

ESLint rules to enforce TailWind's className usage over traditional styling methods.

40 lines (39 loc) 948 B
{ "name": "eslint-plugin-tailwind-enforcer", "version": "1.0.1", "description": "ESLint rules to enforce TailWind's className usage over traditional styling methods.", "main": "index.js", "files": [ "index.js", "rules/", "configs/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "nativewind", "tailwind", "react-native", "react", "enforcer", "styles", "lint" ], "author": "Volodymyr https://github.com/1h8sn0w", "license": "MIT", "homepage": "https://github.com/1h8sn0w/eslint-plugin-tailwind-enforcer#readme", "repository": { "type": "git", "url": "git+https://github.com/1h8sn0w/eslint-plugin-tailwind-enforcer.git" }, "bugs": { "url": "https://github.com/1h8sn0w/eslint-plugin-tailwind-enforcer/issues" }, "peerDependencies": { "eslint": ">=7.0.0" } }