eslint-plugin-stylable
Version:
eslint plugin for Stylable usages
38 lines (37 loc) • 815 B
JSON
{
"name": "eslint-plugin-stylable",
"version": "6.1.1",
"description": "eslint plugin for Stylable usages",
"main": "dist/index.js",
"type": "module",
"exports": {
".": "./dist/index.js",
"./rule": "./dist/stylable-es-lint.js"
},
"scripts": {
"test": "mocha \"dist/test/**/*.spec.js\" --timeout 5000"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@stylable/core": "^6.1.1",
"@typescript-eslint/scope-manager": "^7.11.0",
"@typescript-eslint/utils": "^7.11.0",
"postcss-safe-parser": "^7.0.0"
},
"keywords": [
"eslint",
"stylable",
"plugin",
"eslintplugin",
"eslint-plugin",
"lint"
],
"files": [
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"author": "Wix.com",
"license": "MIT"
}