eslint-config-luxjs
Version:
Luxbet Eslint shareable config
44 lines (43 loc) • 899 B
JSON
{
"name": "eslint-config-luxjs",
"version": "0.4.0",
"description": "Luxbet Eslint shareable config",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/luxbet/eslint-config-luxjs.git"
},
"keywords": [
"luxbet",
"lux",
"eslint",
"eslintconfig",
"javascript",
"style"
],
"author": "Jamie Hoeks <hoeksj@luxbet.com>",
"contributors": [
{
"name": "Jamie Hoeks",
"email": "hoeksj@luxbet.com"
},
{
"name": "Ben Liu",
"email": "ben196888@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/luxbet/eslint-config-luxjs/issues"
},
"homepage": "https://github.com/luxbet/eslint-config-luxjs",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.0"
}
}