@playcanvas/eslint-config
Version:
ESLint configuration used by PlayCanvas
39 lines (38 loc) • 903 B
JSON
{
"name": "@playcanvas/eslint-config",
"version": "2.0.9",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://playcanvas.com",
"description": "ESLint configuration used by PlayCanvas",
"keywords": [
"config",
"eslint",
"playcanvas"
],
"license": "MIT",
"main": "eslint.config.mjs",
"bugs": {
"url": "https://github.com/playcanvas/playcanvas-eslint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playcanvas/playcanvas-eslint-config.git"
},
"files": [
"LICENSE",
"eslint.config.mjs",
"package.json",
"README.md"
],
"dependencies": {
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-regexp": "^2.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"eslint": ">= 8"
}
}