mirror of
https://github.com/bendtherules/eslint-plugin-no-classname-with-stylename.git
synced 2026-08-18 13:53:24 +00:00
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"name": "eslint-plugin-no-classname-with-stylename",
|
|
"version": "0.0.3",
|
|
"description": "While using CSS Modules, disallow using (non-conditional / string) classNames in a JSX tag if it already has a styleName",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin"
|
|
],
|
|
|
|
"author": "Abhas Bhattacharya <abhasbhattacharya2@gmail.com>",
|
|
"homepage": "https://github.com/bendtherules/eslint-plugin-no-classname-with-stylename",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bendtherules/eslint-plugin-no-classname-with-stylename.git"
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha tests --recursive"
|
|
},
|
|
|
|
"dependencies": {
|
|
"requireindex": "~1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "~3.9.1",
|
|
"mocha": "^3.1.2"
|
|
},
|
|
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "ISC"
|
|
}
|