@qooxdoo/eslint-config-qx
Version:
ESLint shareable config for Qooxdoo
45 lines (44 loc) • 950 B
JSON
{
"name": "@qooxdoo/eslint-config-qx",
"version": "3.0.1",
"description": "ESLint shareable config for Qooxdoo",
"license": "MIT",
"homepage": "https://github.com/qooxdoo/eslint-config-qx",
"repository": {
"type": "git",
"url": "https://github.com/qooxdoo/eslint-config-qx.git"
},
"author": {
"name": "Qooxdoo Developers",
"email": "info@qooxdoo.org",
"url": "http://www.qooxdoo.org/"
},
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js",
"esnext.js",
"browser.js",
"safety.js"
],
"keywords": [
"eslintconfig",
"qooxdoo"
],
"dependencies": {
"@qooxdoo/eslint-plugin-qx": "^2.0.1",
"eslint": "^9.31.0",
"eslint-plugin-jsdoc": "^51.4.1"
},
"devDependencies": {
"ava": "^3.15.0",
"babel-eslint": "^10.1.0",
"eslint-plugin-babel": "^5.3.0",
"is-plain-obj": "^2.0.0",
"temp-write": "^4.0.0"
}
}