eslint-plugin-enact
Version:
Enact specific linting rules for ESLint
45 lines • 983 B
JSON
{
"name": "eslint-plugin-enact",
"version": "2.0.1",
"author": "Jason Robitaille <jason.robitaille@lge.com>",
"description": "Enact specific linting rules for ESLint",
"main": "index.js",
"scripts": {
"test": "mocha ./tests/**/*.js"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/enactjs/eslint-plugin-enact"
},
"homepage": "https://github.com/enactjs/eslint-plugin-enact",
"bugs": "https://github.com/enactjs/eslint-plugin-enact/issues",
"dependencies": {
"doctrine": "^3.0.0",
"jsx-ast-utils": "^3.3.5",
"minimatch": "^10.0.3"
},
"peerDependencies": {
"eslint": ">=9.0.0"
},
"engines": {
"node": "^20.0.0 || >=22.0.0"
},
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"react",
"enact"
],
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^9.30.1",
"mocha": "^11.7.1"
}
}